Html Css Color HEX #FC5101 International Orange

📋 copy color: '#FC5101'

red 252 ◦ green 81 ◦ blue 1

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

Shades of International Orange #FC5101

Tints of International Orange #FC5101

RGB

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

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

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

R = 75.45%
G = 24.25%
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

#FC5101 (or 0xFC5101) is known color: International Orange. HEX triplet: FC, 51 and 01. RGB value is (252,81,1). Sum of RGB (Red+Green+Blue) = 252+81+1=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5101 is #03AEFE. Grayscale: #7B7B7B. Windows color (decimal): -241407 or 86524. OLE color: 86524.

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

Color convert

RGB 252 81 1 -
CMYK 0 0.68 1.00 0.01
HSL 19.12º 0.99% 0.5% -
HSV(B) 19.12º 1% 0.99% -
XYZ 43.09 26.58 2.89 -
YUV 123.01 59.15 220 -
System Red Green Blue C M Y K H S L
Decimal 252 81 1 0 0.68 1.00 0.01 19.12 0.99 0.5
Hex FC 51 1 0 44 64 1 13 63 32
Octal 374 121 1 0 104 144 1 23 143 62
Binary 11111100 1010001 1 0 1000100 1100100 1 10011 1100011 110010

Color Harmonies of #FC5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5101

Black with #FC5101

Text Example


Text Example

White with #FC5101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5101; }

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

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

background-color css

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

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

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

border-color css

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

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

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