Html Css Color HEX #FC540C International Orange

📋 copy color: '#FC540C'

red 252 ◦ green 84 ◦ blue 12

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

Shades of International Orange #FC540C

Tints of International Orange #FC540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 72.41%
G = 24.14%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC540C (or 0xFC540C) is known color: International Orange. HEX triplet: FC, 54 and 0C. RGB value is (252,84,12). Sum of RGB (Red+Green+Blue) = 252+84+12=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC540C is #03ABF3. Grayscale: #7E7E7E. Windows color (decimal): -240628 or 808188. OLE color: 808188.

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

Color convert

RGB 252 84 12 -
CMYK 0 0.67 0.95 0.01
HSL 18º 0.98% 0.52% -
HSV(B) 18º 0.95% 0.99% -
XYZ 43.38 27.06 3.28 -
YUV 126.02 63.66 217.85 -
System Red Green Blue C M Y K H S L
Decimal 252 84 12 0 0.67 0.95 0.01 18 0.98 0.52
Hex FC 54 C 0 43 5F 1 12 62 34
Octal 374 124 14 0 103 137 1 22 142 64
Binary 11111100 1010100 1100 0 1000011 1011111 1 10010 1100010 110100

Color Harmonies of #FC540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC540C

Black with #FC540C

Text Example


Text Example

White with #FC540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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