Html Css Color HEX #FC8E50 Crusta

📋 copy color: '#FC8E50'

red 252 ◦ green 142 ◦ blue 80

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

Shades of Crusta #FC8E50

Tints of Crusta #FC8E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 53.16%
G = 29.96%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8E50 (or 0xFC8E50) is known color: Crusta. HEX triplet: FC, 8E and 50. RGB value is (252,142,80). Sum of RGB (Red+Green+Blue) = 252+142+80=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8E50 is #0371AF. Grayscale: #A8A8A8. Windows color (decimal): -225712 or 5279484. OLE color: 5279484.

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

Color convert

RGB 252 142 80 -
CMYK 0 0.44 0.68 0.01
HSL 21.63º 0.97% 0.65% -
HSV(B) 21.63º 0.68% 0.99% -
XYZ 51.27 40.62 12.73 -
YUV 167.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 252 142 80 0 0.44 0.68 0.01 21.63 0.97 0.65
Hex FC 8E 50 0 2C 44 1 16 61 41
Octal 374 216 120 0 54 104 1 26 141 101
Binary 11111100 10001110 1010000 0 101100 1000100 1 10110 1100001 1000001

Color Harmonies of #FC8E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E50

Black with #FC8E50

Text Example


Text Example

White with #FC8E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E50; }

 p { color: rgb(252,142,80); }

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

background-color css

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

 a { background-color: rgb(252,142,80); }

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

border-color css

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

 span { border-color: rgb(252,142,80); }

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