#F19359

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

Shades of Crusta #F19359

Tints of Crusta #F19359

Color information

#F19359 (or 0xF19359) is unknown color: approx Crusta. HEX triplet: F1, 93 and 59. RGB value is (241,147,89). Sum of RGB (Red+Green+Blue) = 241+147+89=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F19359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19359 is #0E6CA6. Grayscale: #A8A8A8. Windows color (decimal): -945319 or 5870577. OLE color: 5870577.

HSL color Cylindrical-coordinate representation of color #F19359: hue angle of 22.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F19359 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24114789-
CMYK00.390.630.05
HSL22.89º84.44%64.71%-
HSV(B)22.89º63.07%94.51%-
XYZ48.5140.2914.67-
YUV168.4983.14179.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 89 (35.16% from 255) = 18.66%
R=50.52%
G=30.82%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411478900.390.630.0522.8984.4464.71
HexF193590273F5175441
Octal36122313104777527124101
Binary1111000110010011101100101001111111111011011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19359; }

 p { color: rgb(241,147,89); }

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

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

 a { background-color: rgb(241,147,89); }

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

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

 span { border-color: rgb(241,147,89); }

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