Html Css Color HEX #F49155 Crusta

📋 copy color: '#F49155'

red 244 ◦ green 145 ◦ blue 85

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

Shades of Crusta #F49155

Tints of Crusta #F49155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 51.48%
G = 30.59%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F49155 (or 0xF49155) is known color: Crusta. HEX triplet: F4, 91 and 55. RGB value is (244,145,85). Sum of RGB (Red+Green+Blue) = 244+145+85=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F49155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49155 is #0B6EAA. Grayscale: #A8A8A8. Windows color (decimal): -749227 or 5607924. OLE color: 5607924.

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

Color convert

RGB 244 145 85 -
CMYK 0 0.41 0.65 0.04
HSL 22.64º 0.88% 0.65% -
HSV(B) 22.64º 0.65% 0.96% -
XYZ 49.07 40.14 13.76 -
YUV 167.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 244 145 85 0 0.41 0.65 0.04 22.64 0.88 0.65
Hex F4 91 55 0 29 41 4 17 58 41
Octal 364 221 125 0 51 101 4 27 130 101
Binary 11110100 10010001 1010101 0 101001 1000001 100 10111 1011000 1000001

Color Harmonies of #F49155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49155

Black with #F49155

Text Example


Text Example

White with #F49155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49155; }

 p { color: rgb(244,145,85); }

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

background-color css

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

 a { background-color: rgb(244,145,85); }

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

border-color css

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

 span { border-color: rgb(244,145,85); }

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