Html Css Color HEX #F37D5D Crusta

📋 copy color: '#F37D5D'

red 243 ◦ green 125 ◦ blue 93

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

Shades of Crusta #F37D5D

Tints of Crusta #F37D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 52.71%
G = 27.11%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F37D5D (or 0xF37D5D) is known color: Crusta. HEX triplet: F3, 7D and 5D. RGB value is (243,125,93). Sum of RGB (Red+Green+Blue) = 243+125+93=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D5D is #0C82A2. Grayscale: #9C9C9C. Windows color (decimal): -819875 or 6127091. OLE color: 6127091.

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

Color convert

RGB 243 125 93 -
CMYK 0 0.49 0.62 0.05
HSL 12.8º 0.86% 0.66% -
HSV(B) 12.8º 0.62% 0.95% -
XYZ 46.27 34.51 14.58 -
YUV 156.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 243 125 93 0 0.49 0.62 0.05 12.8 0.86 0.66
Hex F3 7D 5D 0 31 3E 5 D 56 42
Octal 363 175 135 0 61 76 5 15 126 102
Binary 11110011 1111101 1011101 0 110001 111110 101 1101 1010110 1000010

Color Harmonies of #F37D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37D5D

Black with #F37D5D

Text Example


Text Example

White with #F37D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37D5D; }

 p { color: rgb(243,125,93); }

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

background-color css

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

 a { background-color: rgb(243,125,93); }

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

border-color css

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

 span { border-color: rgb(243,125,93); }

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