#F19D50

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

Shades of Sunshade #F19D50

Tints of Sunshade #F19D50

Color information

#F19D50 (or 0xF19D50) is unknown color: approx Sunshade. HEX triplet: F1, 9D and 50. RGB value is (241,157,80). Sum of RGB (Red+Green+Blue) = 241+157+80=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D50 is #0E62AF. Grayscale: #ADADAD. Windows color (decimal): -942768 or 5283313. OLE color: 5283313.

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

Color convert

RGB24115780-
CMYK00.350.670.05
HSL28.7º85.19%62.94%-
HSV(B)28.7º66.8%94.51%-
XYZ49.7843.3913.34-
YUV173.3475.33176.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=50.42%
G=32.85%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411578000.350.670.0528.785.1962.94
HexF19D500234351d553f
Octal36123512004310353512577
Binary1111000110011101101000001000111000011101111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D50; }

 p { color: rgb(241,157,80); }

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

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

 a { background-color: rgb(241,157,80); }

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

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

 span { border-color: rgb(241,157,80); }

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