Html Css Color HEX #FC5000 International Orange

📋 copy color: '#FC5000'

red 252 ◦ green 80 ◦ blue 0

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

Shades of International Orange #FC5000

Tints of International Orange #FC5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 75.9%
G = 24.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5000 (or 0xFC5000) is known color: International Orange. HEX triplet: FC, 50 and 00. RGB value is (252,80,0). Sum of RGB (Red+Green+Blue) = 252+80+0=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5000 is #03AFFF. Grayscale: #7A7A7A. Windows color (decimal): -241664 or 20732. OLE color: 20732.

HSL color Cylindrical-coordinate representation of color #FC5000: hue angle of 19.05º 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 #FC5000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 0 -
CMYK 0 0.68 1 0.01
HSL 19.05º 1% 0.49% -
HSV(B) 19.05º 1% 0.99% -
XYZ 43.01 26.43 2.83 -
YUV 122.31 58.98 220.5 -
System Red Green Blue C M Y K H S L
Decimal 252 80 0 0 0.68 1 0.01 19.05 1 0.49
Hex FC 50 0 0 44 64 1 13 64 31
Octal 374 120 0 0 104 144 1 23 144 61
Binary 11111100 1010000 0 0 1000100 1100100 1 10011 1100100 110001

Color Harmonies of #FC5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5000

Black with #FC5000

Text Example


Text Example

White with #FC5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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