#f2d65e

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

Shades of Portica #F2D65E

Tints of Portica #F2D65E

Color information

#F2D65E (or 0xF2D65E) is unknown color: approx Portica. HEX triplet: F2, D6 and 5E. RGB value is (242,214,94). Sum of RGB (Red+Green+Blue) = 242+214+94=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D65E is #0D29A1. Grayscale: #D1D1D1. Windows color (decimal): -862626 or 6215410. OLE color: 6215410.

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

Color convert

RGB24221494-
CMYK00.120.610.05
HSL48.65º85.06%65.88%-
HSV(B)48.65º61.16%94.9%-
XYZ62.6867.7820.37-
YUV208.6963.28151.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 94 (37.11% from 255) = 17.09%
R=44%
G=38.91%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422149400.120.610.0548.6585.0665.88
HexF2D65E0C3D5315542
Octal36232613601475561125102
Binary111100101101011010111100110011110110111000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d65e; }

 p { color: rgb(242,214,94); }

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

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

 a { background-color: rgb(242,214,94); }

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

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

 span { border-color: rgb(242,214,94); }

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