Html Css Color HEX #FA6A05 Safety Orange

📋 copy color: '#FA6A05'

red 250 ◦ green 106 ◦ blue 5

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

Shades of Safety Orange #FA6A05

Tints of Safety Orange #FA6A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 69.25%
G = 29.36%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6A05 (or 0xFA6A05) is known color: Safety Orange. HEX triplet: FA, 6A and 05. RGB value is (250,106,5). Sum of RGB (Red+Green+Blue) = 250+106+5=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A05 is #0595FA. Grayscale: #8A8A8A. Windows color (decimal): -366075 or 355066. OLE color: 355066.

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

Color convert

RGB 250 106 5 -
CMYK 0 0.58 0.98 0.02
HSL 24.73º 0.96% 0.5% -
HSV(B) 24.73º 0.98% 0.98% -
XYZ 44.61 30.64 3.71 -
YUV 137.54 53.21 208.21 -
System Red Green Blue C M Y K H S L
Decimal 250 106 5 0 0.58 0.98 0.02 24.73 0.96 0.5
Hex FA 6A 5 0 3A 62 2 19 60 32
Octal 372 152 5 0 72 142 2 31 140 62
Binary 11111010 1101010 101 0 111010 1100010 10 11001 1100000 110010

Color Harmonies of #FA6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A05

Black with #FA6A05

Text Example


Text Example

White with #FA6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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