Html Css Color HEX #F38464 Crusta

📋 copy color: '#F38464'

red 243 ◦ green 132 ◦ blue 100

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

Shades of Crusta #F38464

Tints of Crusta #F38464

RGB

 RED value IS 243 (95.31% from 255) = 51.16%

 GREEN value IS 132 (51.95% from 255) = 27.79%

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 51.16%
G = 27.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F38464 (or 0xF38464) is known color: Crusta. HEX triplet: F3, 84 and 64. RGB value is (243,132,100). Sum of RGB (Red+Green+Blue) = 243+132+100=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38464 is #0C7B9B. Grayscale: #A1A1A1. Windows color (decimal): -818076 or 6587635. OLE color: 6587635.

HSL color Cylindrical-coordinate representation of color #F38464: hue angle of 13.43º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F38464 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 100 -
CMYK 0 0.46 0.59 0.05
HSL 13.43º 0.86% 0.67% -
HSV(B) 13.43º 0.59% 0.95% -
XYZ 47.51 36.48 16.59 -
YUV 161.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 243 132 100 0 0.46 0.59 0.05 13.43 0.86 0.67
Hex F3 84 64 0 2E 3B 5 D 56 43
Octal 363 204 144 0 56 73 5 15 126 103
Binary 11110011 10000100 1100100 0 101110 111011 101 1101 1010110 1000011

Color Harmonies of #F38464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38464

Black with #F38464

Text Example


Text Example

White with #F38464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38464; }

 p { color: rgb(243,132,100); }

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

background-color css

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

 a { background-color: rgb(243,132,100); }

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

border-color css

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

 span { border-color: rgb(243,132,100); }

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