Html Css Color HEX #F49256 Crusta

📋 copy color: '#F49256'

red 244 ◦ green 146 ◦ blue 86

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

Shades of Crusta #F49256

Tints of Crusta #F49256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 51.26%
G = 30.67%
B = 18.07%

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

#F49256 (or 0xF49256) is known color: Crusta. HEX triplet: F4, 92 and 56. RGB value is (244,146,86). Sum of RGB (Red+Green+Blue) = 244+146+86=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F49256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49256 is #0B6DA9. Grayscale: #A8A8A8. Windows color (decimal): -748970 or 5673716. OLE color: 5673716.

HSL color Cylindrical-coordinate representation of color #F49256: hue angle of 22.78º 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 #F49256 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 146 86 -
CMYK 0 0.40 0.65 0.04
HSL 22.78º 0.88% 0.65% -
HSV(B) 22.78º 0.65% 0.96% -
XYZ 49.27 40.46 14.02 -
YUV 168.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 244 146 86 0 0.40 0.65 0.04 22.78 0.88 0.65
Hex F4 92 56 0 28 41 4 17 58 41
Octal 364 222 126 0 50 101 4 27 130 101
Binary 11110100 10010010 1010110 0 101000 1000001 100 10111 1011000 1000001

Color Harmonies of #F49256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49256

Black with #F49256

Text Example


Text Example

White with #F49256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49256; }

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

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

background-color css

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

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

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

border-color css

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

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

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