Html Css Color HEX #FC8F50 Crusta

📋 copy color: '#FC8F50'

red 252 ◦ green 143 ◦ blue 80

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

Shades of Crusta #FC8F50

Tints of Crusta #FC8F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 53.05%
G = 30.11%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8F50 (or 0xFC8F50) is known color: Crusta. HEX triplet: FC, 8F and 50. RGB value is (252,143,80). Sum of RGB (Red+Green+Blue) = 252+143+80=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F50 is #0370AF. Grayscale: #A8A8A8. Windows color (decimal): -225456 or 5279740. OLE color: 5279740.

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

Color convert

RGB 252 143 80 -
CMYK 0 0.43 0.68 0.01
HSL 21.98º 0.97% 0.65% -
HSV(B) 21.98º 0.68% 0.99% -
XYZ 51.42 40.92 12.78 -
YUV 168.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 252 143 80 0 0.43 0.68 0.01 21.98 0.97 0.65
Hex FC 8F 50 0 2B 44 1 16 61 41
Octal 374 217 120 0 53 104 1 26 141 101
Binary 11111100 10001111 1010000 0 101011 1000100 1 10110 1100001 1000001

Color Harmonies of #FC8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F50

Black with #FC8F50

Text Example


Text Example

White with #FC8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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