Html Css Color HEX #F96C0C Safety Orange

📋 copy color: '#F96C0C'

red 249 ◦ green 108 ◦ blue 12

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

Shades of Safety Orange #F96C0C

Tints of Safety Orange #F96C0C

RGB

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

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

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

R = 67.48%
G = 29.27%
B = 3.25%

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

#F96C0C (or 0xF96C0C) is known color: Safety Orange. HEX triplet: F9, 6C and 0C. RGB value is (249,108,12). Sum of RGB (Red+Green+Blue) = 249+108+12=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C0C is #0693F3. Grayscale: #8B8B8B. Windows color (decimal): -431092 or 814329. OLE color: 814329.

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

Color convert

RGB 249 108 12 -
CMYK 0 0.57 0.95 0.02
HSL 24.3º 0.95% 0.51% -
HSV(B) 24.3º 0.95% 0.98% -
XYZ 44.5 30.89 3.97 -
YUV 139.22 56.21 206.31 -
System Red Green Blue C M Y K H S L
Decimal 249 108 12 0 0.57 0.95 0.02 24.3 0.95 0.51
Hex F9 6C C 0 39 5F 2 18 5F 33
Octal 371 154 14 0 71 137 2 30 137 63
Binary 11111001 1101100 1100 0 111001 1011111 10 11000 1011111 110011

Color Harmonies of #F96C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C0C

Black with #F96C0C

Text Example


Text Example

White with #F96C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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