Html Css Color HEX #F96603 Safety Orange

📋 copy color: '#F96603'

red 249 ◦ green 102 ◦ blue 3

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

Shades of Safety Orange #F96603

Tints of Safety Orange #F96603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 70.34%
G = 28.81%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F96603 (or 0xF96603) is known color: Safety Orange. HEX triplet: F9, 66 and 03. RGB value is (249,102,3). Sum of RGB (Red+Green+Blue) = 249+102+3=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F96603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96603 is #0699FC. Grayscale: #878787. Windows color (decimal): -432637 or 222969. OLE color: 222969.

HSL color Cylindrical-coordinate representation of color #F96603: hue angle of 24.15º 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 #F96603 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 3 -
CMYK 0 0.59 0.99 0.02
HSL 24.15º 0.98% 0.49% -
HSV(B) 24.15º 0.99% 0.98% -
XYZ 43.83 29.65 3.5 -
YUV 134.67 53.7 209.55 -
System Red Green Blue C M Y K H S L
Decimal 249 102 3 0 0.59 0.99 0.02 24.15 0.98 0.49
Hex F9 66 3 0 3B 63 2 18 62 31
Octal 371 146 3 0 73 143 2 30 142 61
Binary 11111001 1100110 11 0 111011 1100011 10 11000 1100010 110001

Color Harmonies of #F96603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96603

Black with #F96603

Text Example


Text Example

White with #F96603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96603; }

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

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

background-color css

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

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

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

border-color css

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

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

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