#F0875A

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

Shades of Crusta #F0875A

Tints of Crusta #F0875A

Color information

#F0875A (or 0xF0875A) is unknown color: approx Crusta. HEX triplet: F0, 87 and 5A. RGB value is (240,135,90). Sum of RGB (Red+Green+Blue) = 240+135+90=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0875A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0875A is #0F78A5. Grayscale: #A1A1A1. Windows color (decimal): -1013926 or 5933040. OLE color: 5933040.

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

Color convert

RGB24013590-
CMYK00.440.620.06
HSL18º83.33%64.71%-
HSV(B)18º62.5%94.12%-
XYZ46.4436.5914.29-
YUV161.2687.79184.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=51.61%
G=29.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401359000.440.620.061883.3364.71
HexF0875A02C3E6125341
Octal36020713205476622123101
Binary1111000010000111101101001011001111101101001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0875A; }

 p { color: rgb(240,135,90); }

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

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

 a { background-color: rgb(240,135,90); }

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

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

 span { border-color: rgb(240,135,90); }

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