Html Css Color HEX #FA6A0A Safety Orange

📋 copy color: '#FA6A0A'

red 250 ◦ green 106 ◦ blue 10

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

Shades of Safety Orange #FA6A0A

Tints of Safety Orange #FA6A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 68.31%
G = 28.96%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6A0A (or 0xFA6A0A) is known color: Safety Orange. HEX triplet: FA, 6A and 0A. RGB value is (250,106,10). Sum of RGB (Red+Green+Blue) = 250+106+10=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A0A is #0595F5. Grayscale: #8A8A8A. Windows color (decimal): -366070 or 682746. OLE color: 682746.

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

Color convert

RGB 250 106 10 -
CMYK 0 0.58 0.96 0.02
HSL 24º 0.96% 0.51% -
HSV(B) 24º 0.96% 0.98% -
XYZ 44.63 30.65 3.85 -
YUV 138.11 55.71 207.81 -
System Red Green Blue C M Y K H S L
Decimal 250 106 10 0 0.58 0.96 0.02 24 0.96 0.51
Hex FA 6A A 0 3A 60 2 18 60 33
Octal 372 152 12 0 72 140 2 30 140 63
Binary 11111010 1101010 1010 0 111010 1100000 10 11000 1100000 110011

Color Harmonies of #FA6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A0A

Black with #FA6A0A

Text Example


Text Example

White with #FA6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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