Html Css Color HEX #FA7206 Safety Orange

📋 copy color: '#FA7206'

red 250 ◦ green 114 ◦ blue 6

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

Shades of Safety Orange #FA7206

Tints of Safety Orange #FA7206

RGB

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

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

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

R = 67.57%
G = 30.81%
B = 1.62%

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

#FA7206 (or 0xFA7206) is known color: Safety Orange. HEX triplet: FA, 72 and 06. RGB value is (250,114,6). Sum of RGB (Red+Green+Blue) = 250+114+6=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7206 is #058DF9. Grayscale: #8E8E8E. Windows color (decimal): -364026 or 422650. OLE color: 422650.

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

Color convert

RGB 250 114 6 -
CMYK 0 0.54 0.98 0.02
HSL 26.56º 0.96% 0.5% -
HSV(B) 26.56º 0.98% 0.98% -
XYZ 45.47 32.37 4.02 -
YUV 142.35 51.06 204.78 -
System Red Green Blue C M Y K H S L
Decimal 250 114 6 0 0.54 0.98 0.02 26.56 0.96 0.5
Hex FA 72 6 0 36 62 2 1B 60 32
Octal 372 162 6 0 66 142 2 33 140 62
Binary 11111010 1110010 110 0 110110 1100010 10 11011 1100000 110010

Color Harmonies of #FA7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7206

Black with #FA7206

Text Example


Text Example

White with #FA7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7206; }

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

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

background-color css

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

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

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

border-color css

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

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

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