Html Css Color HEX #FA7005 Safety Orange

📋 copy color: '#FA7005'

red 250 ◦ green 112 ◦ blue 5

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

Shades of Safety Orange #FA7005

Tints of Safety Orange #FA7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 68.12%
G = 30.52%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7005 (or 0xFA7005) is known color: Safety Orange. HEX triplet: FA, 70 and 05. RGB value is (250,112,5). Sum of RGB (Red+Green+Blue) = 250+112+5=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7005 is #058FFA. Grayscale: #8D8D8D. Windows color (decimal): -364539 or 356602. OLE color: 356602.

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

Color convert

RGB 250 112 5 -
CMYK 0 0.55 0.98 0.02
HSL 26.2º 0.96% 0.5% -
HSV(B) 26.2º 0.98% 0.98% -
XYZ 45.25 31.92 3.92 -
YUV 141.06 51.22 205.7 -
System Red Green Blue C M Y K H S L
Decimal 250 112 5 0 0.55 0.98 0.02 26.2 0.96 0.5
Hex FA 70 5 0 37 62 2 1A 60 32
Octal 372 160 5 0 67 142 2 32 140 62
Binary 11111010 1110000 101 0 110111 1100010 10 11010 1100000 110010

Color Harmonies of #FA7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7005

Black with #FA7005

Text Example


Text Example

White with #FA7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7005; }

 p { color: rgb(250,112,5); }

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

background-color css

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

 a { background-color: rgb(250,112,5); }

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

border-color css

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

 span { border-color: rgb(250,112,5); }

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