Html Css Color HEX #FC5001 International Orange

📋 copy color: '#FC5001'

red 252 ◦ green 80 ◦ blue 1

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

Shades of International Orange #FC5001

Tints of International Orange #FC5001

RGB

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

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

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

R = 75.68%
G = 24.02%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC5001 (or 0xFC5001) is known color: International Orange. HEX triplet: FC, 50 and 01. RGB value is (252,80,1). Sum of RGB (Red+Green+Blue) = 252+80+1=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5001 is #03AFFE. Grayscale: #7A7A7A. Windows color (decimal): -241663 or 86268. OLE color: 86268.

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

Color convert

RGB 252 80 1 -
CMYK 0 0.68 1.00 0.01
HSL 18.88º 0.99% 0.5% -
HSV(B) 18.88º 1% 0.99% -
XYZ 43.02 26.43 2.86 -
YUV 122.42 59.48 220.42 -
System Red Green Blue C M Y K H S L
Decimal 252 80 1 0 0.68 1.00 0.01 18.88 0.99 0.5
Hex FC 50 1 0 44 64 1 13 63 32
Octal 374 120 1 0 104 144 1 23 143 62
Binary 11111100 1010000 1 0 1000100 1100100 1 10011 1100011 110010

Color Harmonies of #FC5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5001

Black with #FC5001

Text Example


Text Example

White with #FC5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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