Html Css Color HEX #F96002 Safety Orange

📋 copy color: '#F96002'

red 249 ◦ green 96 ◦ blue 2

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

Shades of Safety Orange #F96002

Tints of Safety Orange #F96002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 71.76%
G = 27.67%
B = 0.58%

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

#F96002 (or 0xF96002) is known color: Safety Orange. HEX triplet: F9, 60 and 02. RGB value is (249,96,2). Sum of RGB (Red+Green+Blue) = 249+96+2=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F96002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96002 is #069FFD. Grayscale: #838383. Windows color (decimal): -434174 or 155897. OLE color: 155897.

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

Color convert

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

Color Harmonies of #F96002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96002

Black with #F96002

Text Example


Text Example

White with #F96002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96002; }

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

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

background-color css

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

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

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

border-color css

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

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

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