Html Css Color HEX #FA6000 Safety Orange

📋 copy color: '#FA6000'

red 250 ◦ green 96 ◦ blue 0

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

Shades of Safety Orange #FA6000

Tints of Safety Orange #FA6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.25%
G = 27.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA6000 (or 0xFA6000) is known color: Safety Orange. HEX triplet: FA, 60 and 00. RGB value is (250,96,0). Sum of RGB (Red+Green+Blue) = 250+96+0=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6000 is #059FFF. Grayscale: #838383. Windows color (decimal): -368640 or 24826. OLE color: 24826.

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

Color convert

RGB 250 96 0 -
CMYK 0 0.62 1 0.02
HSL 23.04º 1% 0.49% -
HSV(B) 23.04º 1% 0.98% -
XYZ 43.61 28.69 3.24 -
YUV 131.1 54.02 212.81 -
System Red Green Blue C M Y K H S L
Decimal 250 96 0 0 0.62 1 0.02 23.04 1 0.49
Hex FA 60 0 0 3E 64 2 17 64 31
Octal 372 140 0 0 76 144 2 27 144 61
Binary 11111010 1100000 0 0 111110 1100100 10 10111 1100100 110001

Color Harmonies of #FA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6000

Black with #FA6000

Text Example


Text Example

White with #FA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6000; }

 p { color: rgb(250,96,0); }

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

background-color css

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

 a { background-color: rgb(250,96,0); }

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

border-color css

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

 span { border-color: rgb(250,96,0); }

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