Html Css Color HEX #FC8B50 Crusta

📋 copy color: '#FC8B50'

red 252 ◦ green 139 ◦ blue 80

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

Shades of Crusta #FC8B50

Tints of Crusta #FC8B50

RGB

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

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

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

R = 53.5%
G = 29.51%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8B50 (or 0xFC8B50) is known color: Crusta. HEX triplet: FC, 8B and 50. RGB value is (252,139,80). Sum of RGB (Red+Green+Blue) = 252+139+80=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B50 is #0374AF. Grayscale: #A6A6A6. Windows color (decimal): -226480 or 5278716. OLE color: 5278716.

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

Color convert

RGB 252 139 80 -
CMYK 0 0.45 0.68 0.01
HSL 20.58º 0.97% 0.65% -
HSV(B) 20.58º 0.68% 0.99% -
XYZ 50.83 39.74 12.58 -
YUV 166.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 252 139 80 0 0.45 0.68 0.01 20.58 0.97 0.65
Hex FC 8B 50 0 2D 44 1 15 61 41
Octal 374 213 120 0 55 104 1 25 141 101
Binary 11111100 10001011 1010000 0 101101 1000100 1 10101 1100001 1000001

Color Harmonies of #FC8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B50

Black with #FC8B50

Text Example


Text Example

White with #FC8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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