#F1CE52

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

Shades of Portica #F1CE52

Tints of Portica #F1CE52

Color information

#F1CE52 (or 0xF1CE52) is unknown color: approx Portica. HEX triplet: F1, CE and 52. RGB value is (241,206,82). Sum of RGB (Red+Green+Blue) = 241+206+82=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE52 is #0E31AD. Grayscale: #CACACA. Windows color (decimal): -930222 or 5426929. OLE color: 5426929.

HSL color Cylindrical-coordinate representation of color #F1CE52: hue angle of 46.79º 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 #F1CE52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24120682-
CMYK00.150.660.05
HSL46.79º85.03%63.33%-
HSV(B)46.79º65.98%94.51%-
XYZ59.8763.4517.07-
YUV202.3360.1155.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 82 (32.42% from 255) = 15.50%
R=45.56%
G=38.94%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412068200.150.660.0546.7985.0363.33
HexF1CE520F4252f553f
Octal36131612201710255712577
Binary111100011100111010100100111110000101011011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE52; }

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

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

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

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

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

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

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

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