Html Css Color HEX #FF7208 Safety Orange

📋 copy color: '#FF7208'

red 255 ◦ green 114 ◦ blue 8

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

Shades of Safety Orange #FF7208

Tints of Safety Orange #FF7208

RGB

 RED value IS 255 (100% from 255) = 67.64%

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 67.64%
G = 30.24%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF7208 (or 0xFF7208) is known color: Safety Orange. HEX triplet: FF, 72 and 08. RGB value is (255,114,8). Sum of RGB (Red+Green+Blue) = 255+114+8=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7208 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7208 is #008DF7. Grayscale: #909090. Windows color (decimal): -36344 or 553727. OLE color: 553727.

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

Color convert

RGB 255 114 8 -
CMYK 0 0.55 0.97 0
HSL 25.75º 1% 0.52% -
HSV(B) 25.75º 0.97% 1% -
XYZ 47.3 33.31 4.17 -
YUV 144.08 51.21 207.12 -
System Red Green Blue C M Y K H S L
Decimal 255 114 8 0 0.55 0.97 0 25.75 1 0.52
Hex FF 72 8 0 37 61 0 1A 64 34
Octal 377 162 10 0 67 141 0 32 144 64
Binary 11111111 1110010 1000 0 110111 1100001 0 11010 1100100 110100

Color Harmonies of #FF7208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7208

Black with #FF7208

Text Example


Text Example

White with #FF7208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7208; }

 p { color: rgb(255,114,8); }

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

background-color css

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

 a { background-color: rgb(255,114,8); }

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

border-color css

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

 span { border-color: rgb(255,114,8); }

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