Html Css Color HEX #F38D5E Crusta

📋 copy color: '#F38D5E'

red 243 ◦ green 141 ◦ blue 94

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

Shades of Crusta #F38D5E

Tints of Crusta #F38D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

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

R = 50.84%
G = 29.5%
B = 19.67%

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

#F38D5E (or 0xF38D5E) is known color: Crusta. HEX triplet: F3, 8D and 5E. RGB value is (243,141,94). Sum of RGB (Red+Green+Blue) = 243+141+94=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D5E is #0C72A1. Grayscale: #A6A6A6. Windows color (decimal): -815778 or 6196723. OLE color: 6196723.

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

Color convert

RGB 243 141 94 -
CMYK 0 0.42 0.61 0.05
HSL 18.93º 0.86% 0.66% -
HSV(B) 18.93º 0.61% 0.95% -
XYZ 48.51 38.91 15.54 -
YUV 166.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 243 141 94 0 0.42 0.61 0.05 18.93 0.86 0.66
Hex F3 8D 5E 0 2A 3D 5 13 56 42
Octal 363 215 136 0 52 75 5 23 126 102
Binary 11110011 10001101 1011110 0 101010 111101 101 10011 1010110 1000010

Color Harmonies of #F38D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D5E

Black with #F38D5E

Text Example


Text Example

White with #F38D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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