Html Css Color HEX #F37D60 Crusta

📋 copy color: '#F37D60'

red 243 ◦ green 125 ◦ blue 96

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

Shades of Crusta #F37D60

Tints of Crusta #F37D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 52.37%
G = 26.94%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F37D60 (or 0xF37D60) is known color: Crusta. HEX triplet: F3, 7D and 60. RGB value is (243,125,96). Sum of RGB (Red+Green+Blue) = 243+125+96=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D60 is #0C829F. Grayscale: #9D9D9D. Windows color (decimal): -819872 or 6323699. OLE color: 6323699.

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

Color convert

RGB 243 125 96 -
CMYK 0 0.49 0.60 0.05
HSL 11.84º 0.86% 0.66% -
HSV(B) 11.84º 0.6% 0.95% -
XYZ 46.41 34.57 15.29 -
YUV 156.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 243 125 96 0 0.49 0.60 0.05 11.84 0.86 0.66
Hex F3 7D 60 0 31 3C 5 C 56 42
Octal 363 175 140 0 61 74 5 14 126 102
Binary 11110011 1111101 1100000 0 110001 111100 101 1100 1010110 1000010

Color Harmonies of #F37D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37D60

Black with #F37D60

Text Example


Text Example

White with #F37D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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