Html Css Color HEX #FA6B0A Safety Orange

📋 copy color: '#FA6B0A'

red 250 ◦ green 107 ◦ blue 10

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

Shades of Safety Orange #FA6B0A

Tints of Safety Orange #FA6B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 68.12%
G = 29.16%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6B0A (or 0xFA6B0A) is known color: Safety Orange. HEX triplet: FA, 6B and 0A. RGB value is (250,107,10). Sum of RGB (Red+Green+Blue) = 250+107+10=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B0A is #0594F5. Grayscale: #8B8B8B. Windows color (decimal): -365814 or 683002. OLE color: 683002.

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

Color convert

RGB 250 107 10 -
CMYK 0 0.57 0.96 0.02
HSL 24.25º 0.96% 0.51% -
HSV(B) 24.25º 0.96% 0.98% -
XYZ 44.74 30.86 3.89 -
YUV 138.7 55.38 207.39 -
System Red Green Blue C M Y K H S L
Decimal 250 107 10 0 0.57 0.96 0.02 24.25 0.96 0.51
Hex FA 6B A 0 39 60 2 18 60 33
Octal 372 153 12 0 71 140 2 30 140 63
Binary 11111010 1101011 1010 0 111001 1100000 10 11000 1100000 110011

Color Harmonies of #FA6B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B0A

Black with #FA6B0A

Text Example


Text Example

White with #FA6B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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