Html Css Color HEX #FC8D5C Crusta

📋 copy color: '#FC8D5C'

red 252 ◦ green 141 ◦ blue 92

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

Shades of Crusta #FC8D5C

Tints of Crusta #FC8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 51.96%
G = 29.07%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC8D5C (or 0xFC8D5C) is known color: Crusta. HEX triplet: FC, 8D and 5C. RGB value is (252,141,92). Sum of RGB (Red+Green+Blue) = 252+141+92=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D5C is #0372A3. Grayscale: #A8A8A8. Windows color (decimal): -225956 or 6065660. OLE color: 6065660.

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

Color convert

RGB 252 141 92 -
CMYK 0 0.44 0.63 0.01
HSL 18.38º 0.96% 0.67% -
HSV(B) 18.38º 0.63% 0.99% -
XYZ 51.6 40.52 15.23 -
YUV 168.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 252 141 92 0 0.44 0.63 0.01 18.38 0.96 0.67
Hex FC 8D 5C 0 2C 3F 1 12 60 43
Octal 374 215 134 0 54 77 1 22 140 103
Binary 11111100 10001101 1011100 0 101100 111111 1 10010 1100000 1000011

Color Harmonies of #FC8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D5C

Black with #FC8D5C

Text Example


Text Example

White with #FC8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D5C; }

 p { color: rgb(252,141,92); }

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

background-color css

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

 a { background-color: rgb(252,141,92); }

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

border-color css

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

 span { border-color: rgb(252,141,92); }

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