Html Css Color HEX #FC5100 International Orange

📋 copy color: '#FC5100'

red 252 ◦ green 81 ◦ blue 0

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

Shades of International Orange #FC5100

Tints of International Orange #FC5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 75.68%
G = 24.32%
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

#FC5100 (or 0xFC5100) is known color: International Orange. HEX triplet: FC, 51 and 00. RGB value is (252,81,0). Sum of RGB (Red+Green+Blue) = 252+81+0=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5100 is #03AEFF. Grayscale: #7B7B7B. Windows color (decimal): -241408 or 20988. OLE color: 20988.

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

Color convert

RGB 252 81 0 -
CMYK 0 0.68 1 0.01
HSL 19.29º 1% 0.49% -
HSV(B) 19.29º 1% 0.99% -
XYZ 43.09 26.58 2.86 -
YUV 122.9 58.65 220.09 -
System Red Green Blue C M Y K H S L
Decimal 252 81 0 0 0.68 1 0.01 19.29 1 0.49
Hex FC 51 0 0 44 64 1 13 64 31
Octal 374 121 0 0 104 144 1 23 144 61
Binary 11111100 1010001 0 0 1000100 1100100 1 10011 1100100 110001

Color Harmonies of #FC5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5100

Black with #FC5100

Text Example


Text Example

White with #FC5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5100; }

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

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

background-color css

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

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

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

border-color css

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

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

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