Html Css Color HEX #FC541B International Orange

📋 copy color: '#FC541B'

red 252 ◦ green 84 ◦ blue 27

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

Shades of International Orange #FC541B

Tints of International Orange #FC541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 69.42%
G = 23.14%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC541B (or 0xFC541B) is known color: International Orange. HEX triplet: FC, 54 and 1B. RGB value is (252,84,27). Sum of RGB (Red+Green+Blue) = 252+84+27=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC541B is #03ABE4. Grayscale: #808080. Windows color (decimal): -240613 or 1791228. OLE color: 1791228.

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

Color convert

RGB 252 84 27 -
CMYK 0 0.67 0.89 0.01
HSL 15.2º 0.97% 0.55% -
HSV(B) 15.2º 0.89% 0.99% -
XYZ 43.51 27.12 3.98 -
YUV 127.73 71.16 216.63 -
System Red Green Blue C M Y K H S L
Decimal 252 84 27 0 0.67 0.89 0.01 15.2 0.97 0.55
Hex FC 54 1B 0 43 59 1 F 61 37
Octal 374 124 33 0 103 131 1 17 141 67
Binary 11111100 1010100 11011 0 1000011 1011001 1 1111 1100001 110111

Color Harmonies of #FC541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC541B

Black with #FC541B

Text Example


Text Example

White with #FC541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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