Html Css Color HEX #F96B0C Safety Orange

📋 copy color: '#F96B0C'

red 249 ◦ green 107 ◦ blue 12

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

Shades of Safety Orange #F96B0C

Tints of Safety Orange #F96B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 67.66%
G = 29.08%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F96B0C (or 0xF96B0C) is known color: Safety Orange. HEX triplet: F9, 6B and 0C. RGB value is (249,107,12). Sum of RGB (Red+Green+Blue) = 249+107+12=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96B0C is #0694F3. Grayscale: #8B8B8B. Windows color (decimal): -431348 or 814073. OLE color: 814073.

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

Color convert

RGB 249 107 12 -
CMYK 0 0.57 0.95 0.02
HSL 24.05º 0.95% 0.51% -
HSV(B) 24.05º 0.95% 0.98% -
XYZ 44.39 30.68 3.93 -
YUV 138.63 56.54 206.72 -
System Red Green Blue C M Y K H S L
Decimal 249 107 12 0 0.57 0.95 0.02 24.05 0.95 0.51
Hex F9 6B C 0 39 5F 2 18 5F 33
Octal 371 153 14 0 71 137 2 30 137 63
Binary 11111001 1101011 1100 0 111001 1011111 10 11000 1011111 110011

Color Harmonies of #F96B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B0C

Black with #F96B0C

Text Example


Text Example

White with #F96B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B0C; }

 p { color: rgb(249,107,12); }

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

background-color css

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

 a { background-color: rgb(249,107,12); }

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

border-color css

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

 span { border-color: rgb(249,107,12); }

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