Html Css Color HEX #FC855D Crusta

📋 copy color: '#FC855D'

red 252 ◦ green 133 ◦ blue 93

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

Shades of Crusta #FC855D

Tints of Crusta #FC855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 52.72%
G = 27.82%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC855D (or 0xFC855D) is known color: Crusta. HEX triplet: FC, 85 and 5D. RGB value is (252,133,93). Sum of RGB (Red+Green+Blue) = 252+133+93=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC855D is #037AA2. Grayscale: #A4A4A4. Windows color (decimal): -228003 or 6129148. OLE color: 6129148.

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

Color convert

RGB 252 133 93 -
CMYK 0 0.47 0.63 0.01
HSL 15.09º 0.96% 0.68% -
HSV(B) 15.09º 0.63% 0.99% -
XYZ 50.51 38.26 15.08 -
YUV 164.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 252 133 93 0 0.47 0.63 0.01 15.09 0.96 0.68
Hex FC 85 5D 0 2F 3F 1 F 60 44
Octal 374 205 135 0 57 77 1 17 140 104
Binary 11111100 10000101 1011101 0 101111 111111 1 1111 1100000 1000100

Color Harmonies of #FC855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC855D

Black with #FC855D

Text Example


Text Example

White with #FC855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC855D; }

 p { color: rgb(252,133,93); }

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

background-color css

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

 a { background-color: rgb(252,133,93); }

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

border-color css

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

 span { border-color: rgb(252,133,93); }

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