Html Css Color HEX #FA6101 Safety Orange

📋 copy color: '#FA6101'

red 250 ◦ green 97 ◦ blue 1

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

Shades of Safety Orange #FA6101

Tints of Safety Orange #FA6101

RGB

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

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

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

R = 71.84%
G = 27.87%
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

#FA6101 (or 0xFA6101) is known color: Safety Orange. HEX triplet: FA, 61 and 01. RGB value is (250,97,1). Sum of RGB (Red+Green+Blue) = 250+97+1=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6101 is #059EFE. Grayscale: #848484. Windows color (decimal): -368383 or 90618. OLE color: 90618.

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

Color convert

RGB 250 97 1 -
CMYK 0 0.61 1.00 0.02
HSL 23.13º 0.99% 0.49% -
HSV(B) 23.13º 1% 0.98% -
XYZ 43.7 28.88 3.3 -
YUV 131.8 54.19 212.31 -
System Red Green Blue C M Y K H S L
Decimal 250 97 1 0 0.61 1.00 0.02 23.13 0.99 0.49
Hex FA 61 1 0 3D 64 2 17 63 31
Octal 372 141 1 0 75 144 2 27 143 61
Binary 11111010 1100001 1 0 111101 1100100 10 10111 1100011 110001

Color Harmonies of #FA6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6101

Black with #FA6101

Text Example


Text Example

White with #FA6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6101; }

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

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

background-color css

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

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

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

border-color css

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

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

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