Html Css Color HEX #F96C05 Safety Orange

📋 copy color: '#F96C05'

red 249 ◦ green 108 ◦ blue 5

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

Shades of Safety Orange #F96C05

Tints of Safety Orange #F96C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 68.78%
G = 29.83%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F96C05 (or 0xF96C05) is known color: Safety Orange. HEX triplet: F9, 6C and 05. RGB value is (249,108,5). Sum of RGB (Red+Green+Blue) = 249+108+5=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C05 is #0693FA. Grayscale: #8A8A8A. Windows color (decimal): -431099 or 355577. OLE color: 355577.

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

Color convert

RGB 249 108 5 -
CMYK 0 0.57 0.98 0.02
HSL 25.33º 0.96% 0.5% -
HSV(B) 25.33º 0.98% 0.98% -
XYZ 44.46 30.88 3.76 -
YUV 138.42 52.71 206.88 -
System Red Green Blue C M Y K H S L
Decimal 249 108 5 0 0.57 0.98 0.02 25.33 0.96 0.5
Hex F9 6C 5 0 39 62 2 19 60 32
Octal 371 154 5 0 71 142 2 31 140 62
Binary 11111001 1101100 101 0 111001 1100010 10 11001 1100000 110010

Color Harmonies of #F96C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C05

Black with #F96C05

Text Example


Text Example

White with #F96C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C05; }

 p { color: rgb(249,108,5); }

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

background-color css

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

 a { background-color: rgb(249,108,5); }

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

border-color css

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

 span { border-color: rgb(249,108,5); }

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