Html Css Color HEX #FC8D53 Crusta

📋 copy color: '#FC8D53'

red 252 ◦ green 141 ◦ blue 83

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

Shades of Crusta #FC8D53

Tints of Crusta #FC8D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 52.94%
G = 29.62%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC8D53 (or 0xFC8D53) is known color: Crusta. HEX triplet: FC, 8D and 53. RGB value is (252,141,83). Sum of RGB (Red+Green+Blue) = 252+141+83=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D53 is #0372AC. Grayscale: #A7A7A7. Windows color (decimal): -225965 or 5475836. OLE color: 5475836.

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

Color convert

RGB 252 141 83 -
CMYK 0 0.44 0.67 0.01
HSL 20.59º 0.97% 0.66% -
HSV(B) 20.59º 0.67% 0.99% -
XYZ 51.23 40.37 13.28 -
YUV 167.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 252 141 83 0 0.44 0.67 0.01 20.59 0.97 0.66
Hex FC 8D 53 0 2C 43 1 15 61 42
Octal 374 215 123 0 54 103 1 25 141 102
Binary 11111100 10001101 1010011 0 101100 1000011 1 10101 1100001 1000010

Color Harmonies of #FC8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D53

Black with #FC8D53

Text Example


Text Example

White with #FC8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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