Html Css Color HEX #F38E60 Crusta

📋 copy color: '#F38E60'

red 243 ◦ green 142 ◦ blue 96

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

Shades of Crusta #F38E60

Tints of Crusta #F38E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

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

R = 50.52%
G = 29.52%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F38E60 (or 0xF38E60) is known color: Crusta. HEX triplet: F3, 8E and 60. RGB value is (243,142,96). Sum of RGB (Red+Green+Blue) = 243+142+96=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E60 is #0C719F. Grayscale: #A7A7A7. Windows color (decimal): -815520 or 6328051. OLE color: 6328051.

HSL color Cylindrical-coordinate representation of color #F38E60: hue angle of 18.78º 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 #F38E60 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 142 96 -
CMYK 0 0.42 0.60 0.05
HSL 18.78º 0.86% 0.66% -
HSV(B) 18.78º 0.6% 0.95% -
XYZ 48.75 39.25 16.07 -
YUV 166.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 243 142 96 0 0.42 0.60 0.05 18.78 0.86 0.66
Hex F3 8E 60 0 2A 3C 5 13 56 42
Octal 363 216 140 0 52 74 5 23 126 102
Binary 11110011 10001110 1100000 0 101010 111100 101 10011 1010110 1000010

Color Harmonies of #F38E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38E60

Black with #F38E60

Text Example


Text Example

White with #F38E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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