Html Css Color HEX #FC8F5B Crusta

📋 copy color: '#FC8F5B'

red 252 ◦ green 143 ◦ blue 91

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

Shades of Crusta #FC8F5B

Tints of Crusta #FC8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.72%

R = 51.85%
G = 29.42%
B = 18.72%

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

#FC8F5B (or 0xFC8F5B) is known color: Crusta. HEX triplet: FC, 8F and 5B. RGB value is (252,143,91). Sum of RGB (Red+Green+Blue) = 252+143+91=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F5B is #0370A4. Grayscale: #A9A9A9. Windows color (decimal): -225445 or 6000636. OLE color: 6000636.

HSL color Cylindrical-coordinate representation of color #FC8F5B: hue angle of 19.38º 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 #FC8F5B is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 91 -
CMYK 0 0.43 0.64 0.01
HSL 19.38º 0.96% 0.67% -
HSV(B) 19.38º 0.64% 0.99% -
XYZ 51.86 41.1 15.1 -
YUV 169.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 252 143 91 0 0.43 0.64 0.01 19.38 0.96 0.67
Hex FC 8F 5B 0 2B 40 1 13 60 43
Octal 374 217 133 0 53 100 1 23 140 103
Binary 11111100 10001111 1011011 0 101011 1000000 1 10011 1100000 1000011

Color Harmonies of #FC8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F5B

Black with #FC8F5B

Text Example


Text Example

White with #FC8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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