Html Css Color HEX #F76800 Safety Orange

📋 copy color: '#F76800'

red 247 ◦ green 104 ◦ blue 0

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

Shades of Safety Orange #F76800

Tints of Safety Orange #F76800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.37%
G = 29.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F76800 (or 0xF76800) is known color: Safety Orange. HEX triplet: F7, 68 and 00. RGB value is (247,104,0). Sum of RGB (Red+Green+Blue) = 247+104+0=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F76800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76800 is #0897FF. Grayscale: #878787. Windows color (decimal): -563200 or 26871. OLE color: 26871.

HSL color Cylindrical-coordinate representation of color #F76800: hue angle of 25.26º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F76800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 0 -
CMYK 0 0.58 1 0.03
HSL 25.26º 1% 0.48% -
HSV(B) 25.26º 1% 0.97% -
XYZ 43.31 29.67 3.45 -
YUV 134.9 51.88 207.96 -
System Red Green Blue C M Y K H S L
Decimal 247 104 0 0 0.58 1 0.03 25.26 1 0.48
Hex F7 68 0 0 3A 64 3 19 64 30
Octal 367 150 0 0 72 144 3 31 144 60
Binary 11110111 1101000 0 0 111010 1100100 11 11001 1100100 110000

Color Harmonies of #F76800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76800

Black with #F76800

Text Example


Text Example

White with #F76800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76800; }

 p { color: rgb(247,104,0); }

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

background-color css

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

 a { background-color: rgb(247,104,0); }

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

border-color css

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

 span { border-color: rgb(247,104,0); }

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