Html Css Color HEX #FC8B49 Crusta

📋 copy color: '#FC8B49'

red 252 ◦ green 139 ◦ blue 73

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

Shades of Crusta #FC8B49

Tints of Crusta #FC8B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 54.31%
G = 29.96%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8B49 (or 0xFC8B49) is known color: Crusta. HEX triplet: FC, 8B and 49. RGB value is (252,139,73). Sum of RGB (Red+Green+Blue) = 252+139+73=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8B49 is #0374B6. Grayscale: #A5A5A5. Windows color (decimal): -226487 or 4819964. OLE color: 4819964.

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

Color convert

RGB 252 139 73 -
CMYK 0 0.45 0.71 0.01
HSL 22.12º 0.97% 0.64% -
HSV(B) 22.12º 0.71% 0.99% -
XYZ 50.58 39.64 11.29 -
YUV 165.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 252 139 73 0 0.45 0.71 0.01 22.12 0.97 0.64
Hex FC 8B 49 0 2D 47 1 16 61 40
Octal 374 213 111 0 55 107 1 26 141 100
Binary 11111100 10001011 1001001 0 101101 1000111 1 10110 1100001 1000000

Color Harmonies of #FC8B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B49

Black with #FC8B49

Text Example


Text Example

White with #FC8B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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