Html Css Color HEX #FF7207 Safety Orange

📋 copy color: '#FF7207'

red 255 ◦ green 114 ◦ blue 7

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

Shades of Safety Orange #FF7207

Tints of Safety Orange #FF7207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 67.82%
G = 30.32%
B = 1.86%

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

#FF7207 (or 0xFF7207) is known color: Safety Orange. HEX triplet: FF, 72 and 07. RGB value is (255,114,7). Sum of RGB (Red+Green+Blue) = 255+114+7=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7207 is #008DF8. Grayscale: #909090. Windows color (decimal): -36345 or 488191. OLE color: 488191.

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

Color convert

RGB 255 114 7 -
CMYK 0 0.55 0.97 0
HSL 25.89º 1% 0.51% -
HSV(B) 25.89º 0.97% 1% -
XYZ 47.3 33.31 4.14 -
YUV 143.96 50.71 207.2 -
System Red Green Blue C M Y K H S L
Decimal 255 114 7 0 0.55 0.97 0 25.89 1 0.51
Hex FF 72 7 0 37 61 0 1A 64 33
Octal 377 162 7 0 67 141 0 32 144 63
Binary 11111111 1110010 111 0 110111 1100001 0 11010 1100100 110011

Color Harmonies of #FF7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7207

Black with #FF7207

Text Example


Text Example

White with #FF7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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