Html Css Color HEX #FF7106 Safety Orange

📋 copy color: '#FF7106'

red 255 ◦ green 113 ◦ blue 6

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

Shades of Safety Orange #FF7106

Tints of Safety Orange #FF7106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 68.18%
G = 30.21%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF7106 (or 0xFF7106) is known color: Safety Orange. HEX triplet: FF, 71 and 06. RGB value is (255,113,6). Sum of RGB (Red+Green+Blue) = 255+113+6=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7106 is #008EF9. Grayscale: #8F8F8F. Windows color (decimal): -36602 or 422399. OLE color: 422399.

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

Color convert

RGB 255 113 6 -
CMYK 0 0.56 0.98 0
HSL 25.78º 1% 0.51% -
HSV(B) 25.78º 0.98% 1% -
XYZ 47.18 33.08 4.07 -
YUV 143.26 50.54 207.7 -
System Red Green Blue C M Y K H S L
Decimal 255 113 6 0 0.56 0.98 0 25.78 1 0.51
Hex FF 71 6 0 38 62 0 1A 64 33
Octal 377 161 6 0 70 142 0 32 144 63
Binary 11111111 1110001 110 0 111000 1100010 0 11010 1100100 110011

Color Harmonies of #FF7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7106

Black with #FF7106

Text Example


Text Example

White with #FF7106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7106; }

 p { color: rgb(255,113,6); }

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

background-color css

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

 a { background-color: rgb(255,113,6); }

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

border-color css

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

 span { border-color: rgb(255,113,6); }

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