Html Css Color HEX #FC540A International Orange

📋 copy color: '#FC540A'

red 252 ◦ green 84 ◦ blue 10

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

Shades of International Orange #FC540A

Tints of International Orange #FC540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 72.83%
G = 24.28%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC540A (or 0xFC540A) is known color: International Orange. HEX triplet: FC, 54 and 0A. RGB value is (252,84,10). Sum of RGB (Red+Green+Blue) = 252+84+10=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC540A is #03ABF5. Grayscale: #7E7E7E. Windows color (decimal): -240630 or 677116. OLE color: 677116.

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

Color convert

RGB 252 84 10 -
CMYK 0 0.67 0.96 0.01
HSL 18.35º 0.98% 0.51% -
HSV(B) 18.35º 0.96% 0.99% -
XYZ 43.37 27.06 3.22 -
YUV 125.8 62.66 218.02 -
System Red Green Blue C M Y K H S L
Decimal 252 84 10 0 0.67 0.96 0.01 18.35 0.98 0.51
Hex FC 54 A 0 43 60 1 12 62 33
Octal 374 124 12 0 103 140 1 22 142 63
Binary 11111100 1010100 1010 0 1000011 1100000 1 10010 1100010 110011

Color Harmonies of #FC540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC540A

Black with #FC540A

Text Example


Text Example

White with #FC540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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