Html Css Color HEX #F38460 Crusta

📋 copy color: '#F38460'

red 243 ◦ green 132 ◦ blue 96

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

Shades of Crusta #F38460

Tints of Crusta #F38460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 51.59%
G = 28.03%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F38460 (or 0xF38460) is known color: Crusta. HEX triplet: F3, 84 and 60. RGB value is (243,132,96). Sum of RGB (Red+Green+Blue) = 243+132+96=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F38460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38460 is #0C7B9F. Grayscale: #A1A1A1. Windows color (decimal): -818080 or 6325491. OLE color: 6325491.

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

Color convert

RGB 243 132 96 -
CMYK 0 0.46 0.60 0.05
HSL 14.69º 0.86% 0.66% -
HSV(B) 14.69º 0.6% 0.95% -
XYZ 47.32 36.4 15.6 -
YUV 161.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 243 132 96 0 0.46 0.60 0.05 14.69 0.86 0.66
Hex F3 84 60 0 2E 3C 5 F 56 42
Octal 363 204 140 0 56 74 5 17 126 102
Binary 11110011 10000100 1100000 0 101110 111100 101 1111 1010110 1000010

Color Harmonies of #F38460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38460

Black with #F38460

Text Example


Text Example

White with #F38460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38460; }

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

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

background-color css

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

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

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

border-color css

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

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

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