Html Css Color HEX #F76D0B Safety Orange

📋 copy color: '#F76D0B'

red 247 ◦ green 109 ◦ blue 11

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

Shades of Safety Orange #F76D0B

Tints of Safety Orange #F76D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

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

R = 67.3%
G = 29.7%
B = 3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F76D0B (or 0xF76D0B) is known color: Safety Orange. HEX triplet: F7, 6D and 0B. RGB value is (247,109,11). Sum of RGB (Red+Green+Blue) = 247+109+11=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76D0B is #0892F4. Grayscale: #8B8B8B. Windows color (decimal): -561909 or 749047. OLE color: 749047.

HSL color Cylindrical-coordinate representation of color #F76D0B: hue angle of 24.92º 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 #F76D0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 109 11 -
CMYK 0 0.56 0.96 0.03
HSL 24.92º 0.94% 0.51% -
HSV(B) 24.92º 0.96% 0.97% -
XYZ 43.89 30.74 3.94 -
YUV 139.09 55.72 204.97 -
System Red Green Blue C M Y K H S L
Decimal 247 109 11 0 0.56 0.96 0.03 24.92 0.94 0.51
Hex F7 6D B 0 38 60 3 19 5E 33
Octal 367 155 13 0 70 140 3 31 136 63
Binary 11110111 1101101 1011 0 111000 1100000 11 11001 1011110 110011

Color Harmonies of #F76D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D0B

Black with #F76D0B

Text Example


Text Example

White with #F76D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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