Html Css Color HEX #FC5013 International Orange

📋 copy color: '#FC5013'

red 252 ◦ green 80 ◦ blue 19

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

Shades of International Orange #FC5013

Tints of International Orange #FC5013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 71.79%
G = 22.79%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC5013 (or 0xFC5013) is known color: International Orange. HEX triplet: FC, 50 and 13. RGB value is (252,80,19). Sum of RGB (Red+Green+Blue) = 252+80+19=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5013 is #03AFEC. Grayscale: #7C7C7C. Windows color (decimal): -241645 or 1265916. OLE color: 1265916.

HSL color Cylindrical-coordinate representation of color #FC5013: hue angle of 15.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC5013 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 19 -
CMYK 0 0.68 0.92 0.01
HSL 15.71º 0.97% 0.53% -
HSV(B) 15.71º 0.92% 0.99% -
XYZ 43.13 26.48 3.45 -
YUV 124.47 68.48 218.96 -
System Red Green Blue C M Y K H S L
Decimal 252 80 19 0 0.68 0.92 0.01 15.71 0.97 0.53
Hex FC 50 13 0 44 5C 1 10 61 35
Octal 374 120 23 0 104 134 1 20 141 65
Binary 11111100 1010000 10011 0 1000100 1011100 1 10000 1100001 110101

Color Harmonies of #FC5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5013

Black with #FC5013

Text Example


Text Example

White with #FC5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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