Html Css Color HEX #FC540F International Orange

📋 copy color: '#FC540F'

red 252 ◦ green 84 ◦ blue 15

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

Shades of International Orange #FC540F

Tints of International Orange #FC540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 71.79%
G = 23.93%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC540F (or 0xFC540F) is known color: International Orange. HEX triplet: FC, 54 and 0F. RGB value is (252,84,15). Sum of RGB (Red+Green+Blue) = 252+84+15=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC540F is #03ABF0. Grayscale: #7E7E7E. Windows color (decimal): -240625 or 1004796. OLE color: 1004796.

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

Color convert

RGB 252 84 15 -
CMYK 0 0.67 0.94 0.01
HSL 17.47º 0.98% 0.52% -
HSV(B) 17.47º 0.94% 0.99% -
XYZ 43.4 27.07 3.39 -
YUV 126.37 65.16 217.61 -
System Red Green Blue C M Y K H S L
Decimal 252 84 15 0 0.67 0.94 0.01 17.47 0.98 0.52
Hex FC 54 F 0 43 5E 1 11 62 34
Octal 374 124 17 0 103 136 1 21 142 64
Binary 11111100 1010100 1111 0 1000011 1011110 1 10001 1100010 110100

Color Harmonies of #FC540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC540F

Black with #FC540F

Text Example


Text Example

White with #FC540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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