Html Css Color HEX #F48A61 Crusta

📋 copy color: '#F48A61'

red 244 ◦ green 138 ◦ blue 97

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

Shades of Crusta #F48A61

Tints of Crusta #F48A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 50.94%
G = 28.81%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F48A61 (or 0xF48A61) is known color: Crusta. HEX triplet: F4, 8A and 61. RGB value is (244,138,97). Sum of RGB (Red+Green+Blue) = 244+138+97=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A61 is #0B759E. Grayscale: #A5A5A5. Windows color (decimal): -751007 or 6392564. OLE color: 6392564.

HSL color Cylindrical-coordinate representation of color #F48A61: hue angle of 16.73º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F48A61 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 97 -
CMYK 0 0.43 0.60 0.04
HSL 16.73º 0.87% 0.67% -
HSV(B) 16.73º 0.6% 0.96% -
XYZ 48.55 38.27 16.14 -
YUV 165.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 244 138 97 0 0.43 0.60 0.04 16.73 0.87 0.67
Hex F4 8A 61 0 2B 3C 4 11 57 43
Octal 364 212 141 0 53 74 4 21 127 103
Binary 11110100 10001010 1100001 0 101011 111100 100 10001 1010111 1000011

Color Harmonies of #F48A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A61

Black with #F48A61

Text Example


Text Example

White with #F48A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A61; }

 p { color: rgb(244,138,97); }

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

background-color css

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

 a { background-color: rgb(244,138,97); }

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

border-color css

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

 span { border-color: rgb(244,138,97); }

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