Html Css Color HEX #FC8B5B Crusta

📋 copy color: '#FC8B5B'

red 252 ◦ green 139 ◦ blue 91

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

Shades of Crusta #FC8B5B

Tints of Crusta #FC8B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

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

R = 52.28%
G = 28.84%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC8B5B (or 0xFC8B5B) is known color: Crusta. HEX triplet: FC, 8B and 5B. RGB value is (252,139,91). Sum of RGB (Red+Green+Blue) = 252+139+91=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B5B is #0374A4. Grayscale: #A7A7A7. Windows color (decimal): -226469 or 5999612. OLE color: 5999612.

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

Color convert

RGB 252 139 91 -
CMYK 0 0.45 0.64 0.01
HSL 17.89º 0.96% 0.67% -
HSV(B) 17.89º 0.64% 0.99% -
XYZ 51.27 39.92 14.9 -
YUV 167.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 252 139 91 0 0.45 0.64 0.01 17.89 0.96 0.67
Hex FC 8B 5B 0 2D 40 1 12 60 43
Octal 374 213 133 0 55 100 1 22 140 103
Binary 11111100 10001011 1011011 0 101101 1000000 1 10010 1100000 1000011

Color Harmonies of #FC8B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B5B

Black with #FC8B5B

Text Example


Text Example

White with #FC8B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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