Html Css Color HEX #F96302 Safety Orange

📋 copy color: '#F96302'

red 249 ◦ green 99 ◦ blue 2

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

Shades of Safety Orange #F96302

Tints of Safety Orange #F96302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 71.14%
G = 28.29%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F96302 (or 0xF96302) is known color: Safety Orange. HEX triplet: F9, 63 and 02. RGB value is (249,99,2). Sum of RGB (Red+Green+Blue) = 249+99+2=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F96302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96302 is #069CFD. Grayscale: #858585. Windows color (decimal): -433406 or 156665. OLE color: 156665.

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

Color convert

RGB 249 99 2 -
CMYK 0 0.60 0.99 0.02
HSL 23.56º 0.98% 0.49% -
HSV(B) 23.56º 0.99% 0.98% -
XYZ 43.54 29.07 3.37 -
YUV 132.79 54.2 210.89 -
System Red Green Blue C M Y K H S L
Decimal 249 99 2 0 0.60 0.99 0.02 23.56 0.98 0.49
Hex F9 63 2 0 3C 63 2 18 62 31
Octal 371 143 2 0 74 143 2 30 142 61
Binary 11111001 1100011 10 0 111100 1100011 10 11000 1100010 110001

Color Harmonies of #F96302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96302

Black with #F96302

Text Example


Text Example

White with #F96302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96302; }

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

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

background-color css

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

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

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

border-color css

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

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

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