Html Css Color HEX #FC8F5A Crusta

📋 copy color: '#FC8F5A'

red 252 ◦ green 143 ◦ blue 90

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

Shades of Crusta #FC8F5A

Tints of Crusta #FC8F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 51.96%
G = 29.48%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC8F5A (or 0xFC8F5A) is known color: Crusta. HEX triplet: FC, 8F and 5A. RGB value is (252,143,90). Sum of RGB (Red+Green+Blue) = 252+143+90=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F5A is #0370A5. Grayscale: #A9A9A9. Windows color (decimal): -225446 or 5935100. OLE color: 5935100.

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

Color convert

RGB 252 143 90 -
CMYK 0 0.43 0.64 0.01
HSL 19.63º 0.96% 0.67% -
HSV(B) 19.63º 0.64% 0.99% -
XYZ 51.81 41.08 14.87 -
YUV 169.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 252 143 90 0 0.43 0.64 0.01 19.63 0.96 0.67
Hex FC 8F 5A 0 2B 40 1 14 60 43
Octal 374 217 132 0 53 100 1 24 140 103
Binary 11111100 10001111 1011010 0 101011 1000000 1 10100 1100000 1000011

Color Harmonies of #FC8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F5A

Black with #FC8F5A

Text Example


Text Example

White with #FC8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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