Html Css Color HEX #FA6506 Safety Orange

📋 copy color: '#FA6506'

red 250 ◦ green 101 ◦ blue 6

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

Shades of Safety Orange #FA6506

Tints of Safety Orange #FA6506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 70.03%
G = 28.29%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6506 (or 0xFA6506) is known color: Safety Orange. HEX triplet: FA, 65 and 06. RGB value is (250,101,6). Sum of RGB (Red+Green+Blue) = 250+101+6=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6506 is #059AF9. Grayscale: #878787. Windows color (decimal): -367354 or 419322. OLE color: 419322.

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

Color convert

RGB 250 101 6 -
CMYK 0 0.60 0.98 0.02
HSL 23.36º 0.96% 0.5% -
HSV(B) 23.36º 0.98% 0.98% -
XYZ 44.11 29.64 3.57 -
YUV 134.72 55.36 210.22 -
System Red Green Blue C M Y K H S L
Decimal 250 101 6 0 0.60 0.98 0.02 23.36 0.96 0.5
Hex FA 65 6 0 3C 62 2 17 60 32
Octal 372 145 6 0 74 142 2 27 140 62
Binary 11111010 1100101 110 0 111100 1100010 10 10111 1100000 110010

Color Harmonies of #FA6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6506

Black with #FA6506

Text Example


Text Example

White with #FA6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6506; }

 p { color: rgb(250,101,6); }

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

background-color css

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

 a { background-color: rgb(250,101,6); }

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

border-color css

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

 span { border-color: rgb(250,101,6); }

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