Html Css Color HEX #FC5014 International Orange

📋 copy color: '#FC5014'

red 252 ◦ green 80 ◦ blue 20

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

Shades of International Orange #FC5014

Tints of International Orange #FC5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 71.59%
G = 22.73%
B = 5.68%

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

#FC5014 (or 0xFC5014) is known color: International Orange. HEX triplet: FC, 50 and 14. RGB value is (252,80,20). Sum of RGB (Red+Green+Blue) = 252+80+20=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5014 is #03AFEB. Grayscale: #7C7C7C. Windows color (decimal): -241644 or 1331452. OLE color: 1331452.

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

Color convert

RGB 252 80 20 -
CMYK 0 0.68 0.92 0.01
HSL 15.52º 0.97% 0.53% -
HSV(B) 15.52º 0.92% 0.99% -
XYZ 43.14 26.48 3.5 -
YUV 124.59 68.98 218.88 -
System Red Green Blue C M Y K H S L
Decimal 252 80 20 0 0.68 0.92 0.01 15.52 0.97 0.53
Hex FC 50 14 0 44 5C 1 10 61 35
Octal 374 120 24 0 104 134 1 20 141 65
Binary 11111100 1010000 10100 0 1000100 1011100 1 10000 1100001 110101

Color Harmonies of #FC5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5014

Black with #FC5014

Text Example


Text Example

White with #FC5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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