Html Css Color HEX #FC500A International Orange

📋 copy color: '#FC500A'

red 252 ◦ green 80 ◦ blue 10

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

Shades of International Orange #FC500A

Tints of International Orange #FC500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 73.68%
G = 23.39%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC500A (or 0xFC500A) is known color: International Orange. HEX triplet: FC, 50 and 0A. RGB value is (252,80,10). Sum of RGB (Red+Green+Blue) = 252+80+10=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC500A is #03AFF5. Grayscale: #7B7B7B. Windows color (decimal): -241654 or 676092. OLE color: 676092.

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

Color convert

RGB 252 80 10 -
CMYK 0 0.68 0.96 0.01
HSL 17.36º 0.98% 0.51% -
HSV(B) 17.36º 0.96% 0.99% -
XYZ 43.07 26.45 3.12 -
YUV 123.45 63.98 219.69 -
System Red Green Blue C M Y K H S L
Decimal 252 80 10 0 0.68 0.96 0.01 17.36 0.98 0.51
Hex FC 50 A 0 44 60 1 11 62 33
Octal 374 120 12 0 104 140 1 21 142 63
Binary 11111100 1010000 1010 0 1000100 1100000 1 10001 1100010 110011

Color Harmonies of #FC500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC500A

Black with #FC500A

Text Example


Text Example

White with #FC500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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