Html Css Color HEX #FF7406 Safety Orange

📋 copy color: '#FF7406'

red 255 ◦ green 116 ◦ blue 6

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

Shades of Safety Orange #FF7406

Tints of Safety Orange #FF7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 67.64%
G = 30.77%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF7406 (or 0xFF7406) is known color: Safety Orange. HEX triplet: FF, 74 and 06. RGB value is (255,116,6). Sum of RGB (Red+Green+Blue) = 255+116+6=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7406 is #008BF9. Grayscale: #919191. Windows color (decimal): -35834 or 423167. OLE color: 423167.

HSL color Cylindrical-coordinate representation of color #FF7406: hue angle of 26.51º 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 #FF7406 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 6 -
CMYK 0 0.55 0.98 0
HSL 26.51º 1% 0.51% -
HSV(B) 26.51º 0.98% 1% -
XYZ 47.52 33.76 4.18 -
YUV 145.02 49.55 206.44 -
System Red Green Blue C M Y K H S L
Decimal 255 116 6 0 0.55 0.98 0 26.51 1 0.51
Hex FF 74 6 0 37 62 0 1B 64 33
Octal 377 164 6 0 67 142 0 33 144 63
Binary 11111111 1110100 110 0 110111 1100010 0 11011 1100100 110011

Color Harmonies of #FF7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7406

Black with #FF7406

Text Example


Text Example

White with #FF7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7406; }

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

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

background-color css

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

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

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

border-color css

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

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

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