Html Css Color HEX #FC8F55 Crusta

📋 copy color: '#FC8F55'

red 252 ◦ green 143 ◦ blue 85

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

Shades of Crusta #FC8F55

Tints of Crusta #FC8F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 52.5%
G = 29.79%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC8F55 (or 0xFC8F55) is known color: Crusta. HEX triplet: FC, 8F and 55. RGB value is (252,143,85). Sum of RGB (Red+Green+Blue) = 252+143+85=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F55 is #0370AA. Grayscale: #A9A9A9. Windows color (decimal): -225451 or 5607420. OLE color: 5607420.

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

Color convert

RGB 252 143 85 -
CMYK 0 0.43 0.66 0.01
HSL 20.84º 0.97% 0.66% -
HSV(B) 20.84º 0.66% 0.99% -
XYZ 51.61 41 13.79 -
YUV 168.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 252 143 85 0 0.43 0.66 0.01 20.84 0.97 0.66
Hex FC 8F 55 0 2B 42 1 15 61 42
Octal 374 217 125 0 53 102 1 25 141 102
Binary 11111100 10001111 1010101 0 101011 1000010 1 10101 1100001 1000010

Color Harmonies of #FC8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F55

Black with #FC8F55

Text Example


Text Example

White with #FC8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F55; }

 p { color: rgb(252,143,85); }

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

background-color css

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

 a { background-color: rgb(252,143,85); }

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

border-color css

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

 span { border-color: rgb(252,143,85); }

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