Html Css Color HEX #FC855F Crusta

📋 copy color: '#FC855F'

red 252 ◦ green 133 ◦ blue 95

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

Shades of Crusta #FC855F

Tints of Crusta #FC855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 52.5%
G = 27.71%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC855F (or 0xFC855F) is known color: Crusta. HEX triplet: FC, 85 and 5F. RGB value is (252,133,95). Sum of RGB (Red+Green+Blue) = 252+133+95=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC855F is #037AA0. Grayscale: #A4A4A4. Windows color (decimal): -228001 or 6260220. OLE color: 6260220.

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

Color convert

RGB 252 133 95 -
CMYK 0 0.47 0.62 0.01
HSL 14.52º 0.96% 0.68% -
HSV(B) 14.52º 0.62% 0.99% -
XYZ 50.6 38.3 15.55 -
YUV 164.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 252 133 95 0 0.47 0.62 0.01 14.52 0.96 0.68
Hex FC 85 5F 0 2F 3E 1 F 60 44
Octal 374 205 137 0 57 76 1 17 140 104
Binary 11111100 10000101 1011111 0 101111 111110 1 1111 1100000 1000100

Color Harmonies of #FC855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC855F

Black with #FC855F

Text Example


Text Example

White with #FC855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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