Html Css Color HEX #FC8E5B Crusta

📋 copy color: '#FC8E5B'

red 252 ◦ green 142 ◦ blue 91

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

Shades of Crusta #FC8E5B

Tints of Crusta #FC8E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.76%

R = 51.96%
G = 29.28%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC8E5B (or 0xFC8E5B) is known color: Crusta. HEX triplet: FC, 8E and 5B. RGB value is (252,142,91). Sum of RGB (Red+Green+Blue) = 252+142+91=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8E5B is #0371A4. Grayscale: #A9A9A9. Windows color (decimal): -225701 or 6000380. OLE color: 6000380.

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

Color convert

RGB 252 142 91 -
CMYK 0 0.44 0.64 0.01
HSL 19.01º 0.96% 0.67% -
HSV(B) 19.01º 0.64% 0.99% -
XYZ 51.71 40.8 15.05 -
YUV 169.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 252 142 91 0 0.44 0.64 0.01 19.01 0.96 0.67
Hex FC 8E 5B 0 2C 40 1 13 60 43
Octal 374 216 133 0 54 100 1 23 140 103
Binary 11111100 10001110 1011011 0 101100 1000000 1 10011 1100000 1000011

Color Harmonies of #FC8E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E5B

Black with #FC8E5B

Text Example


Text Example

White with #FC8E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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