#F1D752

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

Shades of Portica #F1D752

Tints of Portica #F1D752

Color information

#F1D752 (or 0xF1D752) is unknown color: approx Portica. HEX triplet: F1, D7 and 52. RGB value is (241,215,82). Sum of RGB (Red+Green+Blue) = 241+215+82=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D752 is #0E28AD. Grayscale: #D0D0D0. Windows color (decimal): -927918 or 5429233. OLE color: 5429233.

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

Color convert

RGB24121582-
CMYK00.110.660.05
HSL50.19º85.03%63.33%-
HSV(B)50.19º65.98%94.51%-
XYZ62.167.9117.82-
YUV207.6157.11151.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=44.80%
G=39.96%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412158200.110.660.0550.1985.0363.33
HexF1D7520B42532553f
Octal36132712201310256212577
Binary111100011101011110100100101110000101011100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D752; }

 p { color: rgb(241,215,82); }

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

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

 a { background-color: rgb(241,215,82); }

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

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

 span { border-color: rgb(241,215,82); }

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