Html Css Color HEX #F96003 Safety Orange

📋 copy color: '#F96003'

red 249 ◦ green 96 ◦ blue 3

#F96003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F96003

Tints of Safety Orange #F96003

RGB

 RED value IS 249 (97.66% from 255) = 71.55%

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 71.55%
G = 27.59%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F96003 (or 0xF96003) is known color: Safety Orange. HEX triplet: F9, 60 and 03. RGB value is (249,96,3). Sum of RGB (Red+Green+Blue) = 249+96+3=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F96003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96003 is #069FFC. Grayscale: #838383. Windows color (decimal): -434173 or 221433. OLE color: 221433.

HSL color Cylindrical-coordinate representation of color #F96003: hue angle of 22.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F96003 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 3 -
CMYK 0 0.61 0.99 0.02
HSL 22.68º 0.98% 0.49% -
HSV(B) 22.68º 0.99% 0.98% -
XYZ 43.27 28.51 3.31 -
YUV 131.15 55.69 212.06 -
System Red Green Blue C M Y K H S L
Decimal 249 96 3 0 0.61 0.99 0.02 22.68 0.98 0.49
Hex F9 60 3 0 3D 63 2 17 62 31
Octal 371 140 3 0 75 143 2 27 142 61
Binary 11111001 1100000 11 0 111101 1100011 10 10111 1100010 110001

Color Harmonies of #F96003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96003

Black with #F96003

Text Example


Text Example

White with #F96003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96003; }

 p { color: rgb(249,96,3); }

 H1.HeaderClassName
 {
   color: #F96003;
 }
 .AnyTagClassName
 {
   color: #F96003;
 }
</style>

background-color css

<style>
 a { background-color: #F96003; }

 a { background-color: rgb(249,96,3); }

 div.DivClassName
 {
   background-color: #F96003;
 }
 .BgClassName
 {
   background-color: #F96003;
 }
</style>

border-color css

<style>
 span { border-color: #F96003; }

 span { border-color: rgb(249,96,3); }

 td.TdClassName
 {
   border-color: #F96003;
 }
 .TagClassName
 {
   border-color: #F96003;
 }
</style>