Html Css Color HEX #FC5A01 International Orange

📋 copy color: '#FC5A01'

red 252 ◦ green 90 ◦ blue 1

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

Shades of International Orange #FC5A01

Tints of International Orange #FC5A01

RGB

 RED value IS 252 (98.83% from 255) = 73.47%

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 73.47%
G = 26.24%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC5A01 (or 0xFC5A01) is known color: International Orange. HEX triplet: FC, 5A and 01. RGB value is (252,90,1). Sum of RGB (Red+Green+Blue) = 252+90+1=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A01 is #03A5FE. Grayscale: #808080. Windows color (decimal): -239103 or 88828. OLE color: 88828.

HSL color Cylindrical-coordinate representation of color #FC5A01: hue angle of 21.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC5A01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 1 -
CMYK 0 0.64 1.00 0.01
HSL 21.27º 0.99% 0.5% -
HSV(B) 21.27º 1% 0.99% -
XYZ 43.81 28.01 3.13 -
YUV 128.29 56.17 216.24 -
System Red Green Blue C M Y K H S L
Decimal 252 90 1 0 0.64 1.00 0.01 21.27 0.99 0.5
Hex FC 5A 1 0 40 64 1 15 63 32
Octal 374 132 1 0 100 144 1 25 143 62
Binary 11111100 1011010 1 0 1000000 1100100 1 10101 1100011 110010

Color Harmonies of #FC5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A01

Black with #FC5A01

Text Example


Text Example

White with #FC5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A01; }

 p { color: rgb(252,90,1); }

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

background-color css

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

 a { background-color: rgb(252,90,1); }

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

border-color css

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

 span { border-color: rgb(252,90,1); }

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