Html Css Color HEX #FA6100 Safety Orange

📋 copy color: '#FA6100'

red 250 ◦ green 97 ◦ blue 0

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

Shades of Safety Orange #FA6100

Tints of Safety Orange #FA6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 72.05%
G = 27.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA6100 (or 0xFA6100) is known color: Safety Orange. HEX triplet: FA, 61 and 00. RGB value is (250,97,0). Sum of RGB (Red+Green+Blue) = 250+97+0=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6100 is #059EFF. Grayscale: #848484. Windows color (decimal): -368384 or 25082. OLE color: 25082.

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

Color convert

RGB 250 97 0 -
CMYK 0 0.61 1 0.02
HSL 23.28º 1% 0.49% -
HSV(B) 23.28º 1% 0.98% -
XYZ 43.7 28.87 3.27 -
YUV 131.69 53.69 212.39 -
System Red Green Blue C M Y K H S L
Decimal 250 97 0 0 0.61 1 0.02 23.28 1 0.49
Hex FA 61 0 0 3D 64 2 17 64 31
Octal 372 141 0 0 75 144 2 27 144 61
Binary 11111010 1100001 0 0 111101 1100100 10 10111 1100100 110001

Color Harmonies of #FA6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6100

Black with #FA6100

Text Example


Text Example

White with #FA6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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