#f27d53

Color #F27D53 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F27D53

Tints of Crusta #F27D53

Color information

#F27D53 (or 0xF27D53) is unknown color: approx Crusta. HEX triplet: F2, 7D and 53. RGB value is (242,125,83). Sum of RGB (Red+Green+Blue) = 242+125+83=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D53 is #0D82AC. Grayscale: #9B9B9B. Windows color (decimal): -885421 or 5471730. OLE color: 5471730.

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

Color convert

RGB24212583-
CMYK00.480.660.05
HSL15.85º85.95%63.73%-
HSV(B)15.85º65.7%94.9%-
XYZ45.5134.1712.38-
YUV155.287.26189.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.78%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=53.78%
G=27.78%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421258300.480.660.0515.8585.9563.73
HexF27D53030425105640
Octal362175123060102520126100
Binary1111001011111011010011011000010000101011000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27d53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27d53; }

 p { color: rgb(242,125,83); }

 H1.HeaderClassName
 {
   color: #f27d53;
 }
 .AnyTagClassName
 {
   color: #f27d53;
 }
</style>
background-color css

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

 a { background-color: rgb(242,125,83); }

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

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

 span { border-color: rgb(242,125,83); }

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