Html Css Color HEX #F38A5E Crusta

📋 copy color: '#F38A5E'

red 243 ◦ green 138 ◦ blue 94

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

Shades of Crusta #F38A5E

Tints of Crusta #F38A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

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

R = 51.16%
G = 29.05%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F38A5E (or 0xF38A5E) is known color: Crusta. HEX triplet: F3, 8A and 5E. RGB value is (243,138,94). Sum of RGB (Red+Green+Blue) = 243+138+94=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A5E is #0C75A1. Grayscale: #A4A4A4. Windows color (decimal): -816546 or 6195955. OLE color: 6195955.

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

Color convert

RGB 243 138 94 -
CMYK 0 0.43 0.61 0.05
HSL 17.72º 0.86% 0.66% -
HSV(B) 17.72º 0.61% 0.95% -
XYZ 48.07 38.04 15.4 -
YUV 164.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 243 138 94 0 0.43 0.61 0.05 17.72 0.86 0.66
Hex F3 8A 5E 0 2B 3D 5 12 56 42
Octal 363 212 136 0 53 75 5 22 126 102
Binary 11110011 10001010 1011110 0 101011 111101 101 10010 1010110 1000010

Color Harmonies of #F38A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38A5E

Black with #F38A5E

Text Example


Text Example

White with #F38A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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