Html Css Color HEX #F48249 Crusta

📋 copy color: '#F48249'

red 244 ◦ green 130 ◦ blue 73

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

Shades of Crusta #F48249

Tints of Crusta #F48249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 54.59%
G = 29.08%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F48249 (or 0xF48249) is known color: Crusta. HEX triplet: F4, 82 and 49. RGB value is (244,130,73). Sum of RGB (Red+Green+Blue) = 244+130+73=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F48249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48249 is #0B7DB6. Grayscale: #9D9D9D. Windows color (decimal): -753079 or 4817652. OLE color: 4817652.

HSL color Cylindrical-coordinate representation of color #F48249: hue angle of 20º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F48249 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 73 -
CMYK 0 0.47 0.70 0.04
HSL 20º 0.89% 0.62% -
HSV(B) 20º 0.7% 0.96% -
XYZ 46.49 35.68 10.74 -
YUV 157.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 244 130 73 0 0.47 0.70 0.04 20 0.89 0.62
Hex F4 82 49 0 2F 46 4 14 59 3E
Octal 364 202 111 0 57 106 4 24 131 76
Binary 11110100 10000010 1001001 0 101111 1000110 100 10100 1011001 111110

Color Harmonies of #F48249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48249

Black with #F48249

Text Example


Text Example

White with #F48249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48249; }

 p { color: rgb(244,130,73); }

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

background-color css

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

 a { background-color: rgb(244,130,73); }

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

border-color css

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

 span { border-color: rgb(244,130,73); }

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