Html Css Color HEX #F48A4D Crusta

📋 copy color: '#F48A4D'

red 244 ◦ green 138 ◦ blue 77

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

Shades of Crusta #F48A4D

Tints of Crusta #F48A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 53.16%
G = 30.07%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F48A4D (or 0xF48A4D) is known color: Crusta. HEX triplet: F4, 8A and 4D. RGB value is (244,138,77). Sum of RGB (Red+Green+Blue) = 244+138+77=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A4D is #0B75B2. Grayscale: #A3A3A3. Windows color (decimal): -751027 or 5081844. OLE color: 5081844.

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

Color convert

RGB 244 138 77 -
CMYK 0 0.43 0.68 0.04
HSL 21.92º 0.88% 0.63% -
HSV(B) 21.92º 0.68% 0.96% -
XYZ 47.74 37.95 11.83 -
YUV 162.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 244 138 77 0 0.43 0.68 0.04 21.92 0.88 0.63
Hex F4 8A 4D 0 2B 44 4 16 58 3F
Octal 364 212 115 0 53 104 4 26 130 77
Binary 11110100 10001010 1001101 0 101011 1000100 100 10110 1011000 111111

Color Harmonies of #F48A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A4D

Black with #F48A4D

Text Example


Text Example

White with #F48A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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