#F0825D

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

Shades of Crusta #F0825D

Tints of Crusta #F0825D

Color information

#F0825D (or 0xF0825D) is unknown color: approx Crusta. HEX triplet: F0, 82 and 5D. RGB value is (240,130,93). Sum of RGB (Red+Green+Blue) = 240+130+93=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825D is #0F7DA2. Grayscale: #9E9E9E. Windows color (decimal): -1015203 or 6128368. OLE color: 6128368.

HSL color Cylindrical-coordinate representation of color #F0825D: hue angle of 15.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0825D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB24013093-
CMYK00.460.610.06
HSL15.1º83.05%65.29%-
HSV(B)15.1º61.25%94.12%-
XYZ45.8935.2814.75-
YUV158.6790.94186.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=51.84%
G=28.08%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401309300.460.610.0615.183.0565.29
HexF0825D02E3D6f5341
Octal36020213505675617123101
Binary111100001000001010111010101110111101110111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0825D; }

 p { color: rgb(240,130,93); }

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

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

 a { background-color: rgb(240,130,93); }

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

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

 span { border-color: rgb(240,130,93); }

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