Html Css Color HEX #FA6201 Safety Orange

📋 copy color: '#FA6201'

red 250 ◦ green 98 ◦ blue 1

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

Shades of Safety Orange #FA6201

Tints of Safety Orange #FA6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 71.63%
G = 28.08%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA6201 (or 0xFA6201) is known color: Safety Orange. HEX triplet: FA, 62 and 01. RGB value is (250,98,1). Sum of RGB (Red+Green+Blue) = 250+98+1=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6201 is #059DFE. Grayscale: #848484. Windows color (decimal): -368127 or 90874. OLE color: 90874.

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

Color convert

RGB 250 98 1 -
CMYK 0 0.61 1.00 0.02
HSL 23.37º 0.99% 0.49% -
HSV(B) 23.37º 1% 0.98% -
XYZ 43.8 29.06 3.33 -
YUV 132.39 53.86 211.89 -
System Red Green Blue C M Y K H S L
Decimal 250 98 1 0 0.61 1.00 0.02 23.37 0.99 0.49
Hex FA 62 1 0 3D 64 2 17 63 31
Octal 372 142 1 0 75 144 2 27 143 61
Binary 11111010 1100010 1 0 111101 1100100 10 10111 1100011 110001

Color Harmonies of #FA6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6201

Black with #FA6201

Text Example


Text Example

White with #FA6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6201; }

 p { color: rgb(250,98,1); }

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

background-color css

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

 a { background-color: rgb(250,98,1); }

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

border-color css

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

 span { border-color: rgb(250,98,1); }

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