Html Css Color HEX #FC5A00 International Orange

📋 copy color: '#FC5A00'

red 252 ◦ green 90 ◦ blue 0

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

Shades of International Orange #FC5A00

Tints of International Orange #FC5A00

RGB

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

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

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

R = 73.68%
G = 26.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5A00 (or 0xFC5A00) is known color: International Orange. HEX triplet: FC, 5A and 00. RGB value is (252,90,0). Sum of RGB (Red+Green+Blue) = 252+90+0=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A00 is #03A5FF. Grayscale: #808080. Windows color (decimal): -239104 or 23292. OLE color: 23292.

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

Color convert

RGB 252 90 0 -
CMYK 0 0.64 1 0.01
HSL 21.43º 1% 0.49% -
HSV(B) 21.43º 1% 0.99% -
XYZ 43.8 28.01 3.1 -
YUV 128.18 55.67 216.32 -
System Red Green Blue C M Y K H S L
Decimal 252 90 0 0 0.64 1 0.01 21.43 1 0.49
Hex FC 5A 0 0 40 64 1 15 64 31
Octal 374 132 0 0 100 144 1 25 144 61
Binary 11111100 1011010 0 0 1000000 1100100 1 10101 1100100 110001

Color Harmonies of #FC5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A00

Black with #FC5A00

Text Example


Text Example

White with #FC5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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