Html Css Color HEX #FA6007 Safety Orange

📋 copy color: '#FA6007'

red 250 ◦ green 96 ◦ blue 7

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

Shades of Safety Orange #FA6007

Tints of Safety Orange #FA6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 70.82%
G = 27.2%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6007 (or 0xFA6007) is known color: Safety Orange. HEX triplet: FA, 60 and 07. RGB value is (250,96,7). Sum of RGB (Red+Green+Blue) = 250+96+7=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6007 is #059FF8. Grayscale: #848484. Windows color (decimal): -368633 or 483578. OLE color: 483578.

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

Color convert

RGB 250 96 7 -
CMYK 0 0.62 0.97 0.02
HSL 21.98º 0.96% 0.5% -
HSV(B) 21.98º 0.97% 0.98% -
XYZ 43.65 28.71 3.44 -
YUV 131.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 250 96 7 0 0.62 0.97 0.02 21.98 0.96 0.5
Hex FA 60 7 0 3E 61 2 16 60 32
Octal 372 140 7 0 76 141 2 26 140 62
Binary 11111010 1100000 111 0 111110 1100001 10 10110 1100000 110010

Color Harmonies of #FA6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6007

Black with #FA6007

Text Example


Text Example

White with #FA6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6007; }

 p { color: rgb(250,96,7); }

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

background-color css

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

 a { background-color: rgb(250,96,7); }

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

border-color css

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

 span { border-color: rgb(250,96,7); }

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