Html Css Color HEX #FC5A03 International Orange

📋 copy color: '#FC5A03'

red 252 ◦ green 90 ◦ blue 3

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

Shades of International Orange #FC5A03

Tints of International Orange #FC5A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 73.04%
G = 26.09%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC5A03 (or 0xFC5A03) is known color: International Orange. HEX triplet: FC, 5A and 03. RGB value is (252,90,3). Sum of RGB (Red+Green+Blue) = 252+90+3=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A03 is #03A5FC. Grayscale: #818181. Windows color (decimal): -239101 or 219900. OLE color: 219900.

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

Color convert

RGB 252 90 3 -
CMYK 0 0.64 0.99 0.01
HSL 20.96º 0.98% 0.5% -
HSV(B) 20.96º 0.99% 0.99% -
XYZ 43.82 28.01 3.18 -
YUV 128.52 57.17 216.07 -
System Red Green Blue C M Y K H S L
Decimal 252 90 3 0 0.64 0.99 0.01 20.96 0.98 0.5
Hex FC 5A 3 0 40 63 1 15 62 32
Octal 374 132 3 0 100 143 1 25 142 62
Binary 11111100 1011010 11 0 1000000 1100011 1 10101 1100010 110010

Color Harmonies of #FC5A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A03

Black with #FC5A03

Text Example


Text Example

White with #FC5A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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