Html Css Color HEX #F38E5E Crusta

📋 copy color: '#F38E5E'

red 243 ◦ green 142 ◦ blue 94

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

Shades of Crusta #F38E5E

Tints of Crusta #F38E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 50.73%
G = 29.65%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F38E5E (or 0xF38E5E) is known color: Crusta. HEX triplet: F3, 8E and 5E. RGB value is (243,142,94). Sum of RGB (Red+Green+Blue) = 243+142+94=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E5E is #0C71A1. Grayscale: #A7A7A7. Windows color (decimal): -815522 or 6196979. OLE color: 6196979.

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

Color convert

RGB 243 142 94 -
CMYK 0 0.42 0.61 0.05
HSL 19.33º 0.86% 0.66% -
HSV(B) 19.33º 0.61% 0.95% -
XYZ 48.66 39.21 15.59 -
YUV 166.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 243 142 94 0 0.42 0.61 0.05 19.33 0.86 0.66
Hex F3 8E 5E 0 2A 3D 5 13 56 42
Octal 363 216 136 0 52 75 5 23 126 102
Binary 11110011 10001110 1011110 0 101010 111101 101 10011 1010110 1000010

Color Harmonies of #F38E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38E5E

Black with #F38E5E

Text Example


Text Example

White with #F38E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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