#F0825F

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

Shades of Crusta #F0825F

Tints of Crusta #F0825F

Color information

#F0825F (or 0xF0825F) is unknown color: approx Crusta. HEX triplet: F0, 82 and 5F. RGB value is (240,130,95). Sum of RGB (Red+Green+Blue) = 240+130+95=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825F is #0F7DA0. Grayscale: #9F9F9F. Windows color (decimal): -1015201 or 6259440. OLE color: 6259440.

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

Color convert

RGB24013095-
CMYK00.460.600.06
HSL14.48º82.86%65.69%-
HSV(B)14.48º60.42%94.12%-
XYZ45.9835.3215.22-
YUV158.991.94185.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=51.61%
G=27.96%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401309500.460.600.0614.4882.8665.69
HexF0825F02E3C6e5342
Octal36020213705674616123102
Binary111100001000001010111110101110111100110111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0825F; }

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

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

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

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

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

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

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

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