Html Css Color HEX #F38E5C Crusta

📋 copy color: '#F38E5C'

red 243 ◦ green 142 ◦ blue 92

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

Shades of Crusta #F38E5C

Tints of Crusta #F38E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 50.94%
G = 29.77%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F38E5C (or 0xF38E5C) is known color: Crusta. HEX triplet: F3, 8E and 5C. RGB value is (243,142,92). Sum of RGB (Red+Green+Blue) = 243+142+92=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E5C is #0C71A3. Grayscale: #A6A6A6. Windows color (decimal): -815524 or 6065907. OLE color: 6065907.

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

Color convert

RGB 243 142 92 -
CMYK 0 0.42 0.62 0.05
HSL 19.87º 0.86% 0.66% -
HSV(B) 19.87º 0.62% 0.95% -
XYZ 48.57 39.17 15.13 -
YUV 166.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 243 142 92 0 0.42 0.62 0.05 19.87 0.86 0.66
Hex F3 8E 5C 0 2A 3E 5 14 56 42
Octal 363 216 134 0 52 76 5 24 126 102
Binary 11110011 10001110 1011100 0 101010 111110 101 10100 1010110 1000010

Color Harmonies of #F38E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38E5C

Black with #F38E5C

Text Example


Text Example

White with #F38E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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