Html Css Color HEX #F76A0B Safety Orange

📋 copy color: '#F76A0B'

red 247 ◦ green 106 ◦ blue 11

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

Shades of Safety Orange #F76A0B

Tints of Safety Orange #F76A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 67.86%
G = 29.12%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F76A0B (or 0xF76A0B) is known color: Safety Orange. HEX triplet: F7, 6A and 0B. RGB value is (247,106,11). Sum of RGB (Red+Green+Blue) = 247+106+11=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A0B is #0895F4. Grayscale: #898989. Windows color (decimal): -562677 or 748279. OLE color: 748279.

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

Color convert

RGB 247 106 11 -
CMYK 0 0.57 0.96 0.03
HSL 24.15º 0.94% 0.51% -
HSV(B) 24.15º 0.96% 0.97% -
XYZ 43.57 30.11 3.83 -
YUV 137.33 56.71 206.22 -
System Red Green Blue C M Y K H S L
Decimal 247 106 11 0 0.57 0.96 0.03 24.15 0.94 0.51
Hex F7 6A B 0 39 60 3 18 5E 33
Octal 367 152 13 0 71 140 3 30 136 63
Binary 11110111 1101010 1011 0 111001 1100000 11 11000 1011110 110011

Color Harmonies of #F76A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A0B

Black with #F76A0B

Text Example


Text Example

White with #F76A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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