Html Css Color HEX #FA7406 Safety Orange

📋 copy color: '#FA7406'

red 250 ◦ green 116 ◦ blue 6

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

Shades of Safety Orange #FA7406

Tints of Safety Orange #FA7406

RGB

 RED value IS 250 (98.05% from 255) = 67.2%

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

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

R = 67.2%
G = 31.18%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7406 (or 0xFA7406) is known color: Safety Orange. HEX triplet: FA, 74 and 06. RGB value is (250,116,6). Sum of RGB (Red+Green+Blue) = 250+116+6=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7406 is #058BF9. Grayscale: #909090. Windows color (decimal): -363514 or 423162. OLE color: 423162.

HSL color Cylindrical-coordinate representation of color #FA7406: hue angle of 27.05º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA7406 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 6 -
CMYK 0 0.54 0.98 0.02
HSL 27.05º 0.96% 0.5% -
HSV(B) 27.05º 0.98% 0.98% -
XYZ 45.7 32.83 4.1 -
YUV 143.53 50.39 203.94 -
System Red Green Blue C M Y K H S L
Decimal 250 116 6 0 0.54 0.98 0.02 27.05 0.96 0.5
Hex FA 74 6 0 36 62 2 1B 60 32
Octal 372 164 6 0 66 142 2 33 140 62
Binary 11111010 1110100 110 0 110110 1100010 10 11011 1100000 110010

Color Harmonies of #FA7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7406

Black with #FA7406

Text Example


Text Example

White with #FA7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7406; }

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

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

background-color css

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

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

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

border-color css

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

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

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