Html Css Color HEX #F49356 Crusta

📋 copy color: '#F49356'

red 244 ◦ green 147 ◦ blue 86

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

Shades of Crusta #F49356

Tints of Crusta #F49356

RGB

 RED value IS 244 (95.7% from 255) = 51.15%

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 86 (33.98% from 255) = 18.03%

R = 51.15%
G = 30.82%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F49356 (or 0xF49356) is known color: Crusta. HEX triplet: F4, 93 and 56. RGB value is (244,147,86). Sum of RGB (Red+Green+Blue) = 244+147+86=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F49356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49356 is #0B6CA9. Grayscale: #A9A9A9. Windows color (decimal): -748714 or 5673972. OLE color: 5673972.

HSL color Cylindrical-coordinate representation of color #F49356: hue angle of 23.16º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F49356 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 86 -
CMYK 0 0.40 0.65 0.04
HSL 23.16º 0.88% 0.65% -
HSV(B) 23.16º 0.65% 0.96% -
XYZ 49.42 40.77 14.07 -
YUV 169.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 244 147 86 0 0.40 0.65 0.04 23.16 0.88 0.65
Hex F4 93 56 0 28 41 4 17 58 41
Octal 364 223 126 0 50 101 4 27 130 101
Binary 11110100 10010011 1010110 0 101000 1000001 100 10111 1011000 1000001

Color Harmonies of #F49356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49356

Black with #F49356

Text Example


Text Example

White with #F49356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49356; }

 p { color: rgb(244,147,86); }

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

background-color css

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

 a { background-color: rgb(244,147,86); }

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

border-color css

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

 span { border-color: rgb(244,147,86); }

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