Html Css Color HEX #FC541E Outrageous Orange

📋 copy color: '#FC541E'

red 252 ◦ green 84 ◦ blue 30

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

Shades of Outrageous Orange #FC541E

Tints of Outrageous Orange #FC541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 68.85%
G = 22.95%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC541E (or 0xFC541E) is known color: Outrageous Orange. HEX triplet: FC, 54 and 1E. RGB value is (252,84,30). Sum of RGB (Red+Green+Blue) = 252+84+30=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC541E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC541E is #03ABE1. Grayscale: #808080. Windows color (decimal): -240610 or 1987836. OLE color: 1987836.

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

Color convert

RGB 252 84 30 -
CMYK 0 0.67 0.88 0.01
HSL 14.59º 0.97% 0.55% -
HSV(B) 14.59º 0.88% 0.99% -
XYZ 43.55 27.13 4.17 -
YUV 128.08 72.66 216.39 -
System Red Green Blue C M Y K H S L
Decimal 252 84 30 0 0.67 0.88 0.01 14.59 0.97 0.55
Hex FC 54 1E 0 43 58 1 F 61 37
Octal 374 124 36 0 103 130 1 17 141 67
Binary 11111100 1010100 11110 0 1000011 1011000 1 1111 1100001 110111

Color Harmonies of #FC541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC541E

Black with #FC541E

Text Example


Text Example

White with #FC541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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