Html Css Color HEX #F76C0B Safety Orange

📋 copy color: '#F76C0B'

red 247 ◦ green 108 ◦ blue 11

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

Shades of Safety Orange #F76C0B

Tints of Safety Orange #F76C0B

RGB

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

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

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

R = 67.49%
G = 29.51%
B = 3.01%

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

#F76C0B (or 0xF76C0B) is known color: Safety Orange. HEX triplet: F7, 6C and 0B. RGB value is (247,108,11). Sum of RGB (Red+Green+Blue) = 247+108+11=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76C0B is #0893F4. Grayscale: #8B8B8B. Windows color (decimal): -562165 or 748791. OLE color: 748791.

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

Color convert

RGB 247 108 11 -
CMYK 0 0.56 0.96 0.03
HSL 24.66º 0.94% 0.51% -
HSV(B) 24.66º 0.96% 0.97% -
XYZ 43.78 30.52 3.9 -
YUV 138.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 247 108 11 0 0.56 0.96 0.03 24.66 0.94 0.51
Hex F7 6C B 0 38 60 3 19 5E 33
Octal 367 154 13 0 70 140 3 31 136 63
Binary 11110111 1101100 1011 0 111000 1100000 11 11001 1011110 110011

Color Harmonies of #F76C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76C0B

Black with #F76C0B

Text Example


Text Example

White with #F76C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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