Html Css Color HEX #F76A0C Safety Orange

📋 copy color: '#F76A0C'

red 247 ◦ green 106 ◦ blue 12

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

Shades of Safety Orange #F76A0C

Tints of Safety Orange #F76A0C

RGB

 RED value IS 247 (96.88% from 255) = 67.67%

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 67.67%
G = 29.04%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F76A0C (or 0xF76A0C) is known color: Safety Orange. HEX triplet: F7, 6A and 0C. RGB value is (247,106,12). Sum of RGB (Red+Green+Blue) = 247+106+12=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A0C is #0895F3. Grayscale: #898989. Windows color (decimal): -562676 or 813815. OLE color: 813815.

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

Color convert

RGB 247 106 12 -
CMYK 0 0.57 0.95 0.03
HSL 24º 0.94% 0.51% -
HSV(B) 24º 0.95% 0.97% -
XYZ 43.58 30.11 3.86 -
YUV 137.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 247 106 12 0 0.57 0.95 0.03 24 0.94 0.51
Hex F7 6A C 0 39 5F 3 18 5E 33
Octal 367 152 14 0 71 137 3 30 136 63
Binary 11110111 1101010 1100 0 111001 1011111 11 11000 1011110 110011

Color Harmonies of #F76A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A0C

Black with #F76A0C

Text Example


Text Example

White with #F76A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A0C; }

 p { color: rgb(247,106,12); }

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

background-color css

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

 a { background-color: rgb(247,106,12); }

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

border-color css

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

 span { border-color: rgb(247,106,12); }

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