Html Css Color HEX #F48353 Crusta

📋 copy color: '#F48353'

red 244 ◦ green 131 ◦ blue 83

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

Shades of Crusta #F48353

Tints of Crusta #F48353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 83 (32.81% from 255) = 18.12%

R = 53.28%
G = 28.6%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F48353 (or 0xF48353) is known color: Crusta. HEX triplet: F4, 83 and 53. RGB value is (244,131,83). Sum of RGB (Red+Green+Blue) = 244+131+83=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F48353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48353 is #0B7CAC. Grayscale: #9F9F9F. Windows color (decimal): -752813 or 5473268. OLE color: 5473268.

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

Color convert

RGB 244 131 83 -
CMYK 0 0.46 0.66 0.04
HSL 17.89º 0.88% 0.64% -
HSV(B) 17.89º 0.66% 0.96% -
XYZ 46.99 36.09 12.67 -
YUV 159.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 244 131 83 0 0.46 0.66 0.04 17.89 0.88 0.64
Hex F4 83 53 0 2E 42 4 12 58 40
Octal 364 203 123 0 56 102 4 22 130 100
Binary 11110100 10000011 1010011 0 101110 1000010 100 10010 1011000 1000000

Color Harmonies of #F48353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48353

Black with #F48353

Text Example


Text Example

White with #F48353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48353; }

 p { color: rgb(244,131,83); }

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

background-color css

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

 a { background-color: rgb(244,131,83); }

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

border-color css

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

 span { border-color: rgb(244,131,83); }

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