Html Css Color HEX #F2D160 Portica

📋 copy color: '#F2D160'

red 242 ◦ green 209 ◦ blue 96

#F2D160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #F2D160

Tints of Portica #F2D160

RGB

 RED value IS 242 (94.92% from 255) = 44.24%

 GREEN value IS 209 (82.03% from 255) = 38.21%

 BLUE value IS 96 (37.89% from 255) = 17.55%

R = 44.24%
G = 38.21%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2D160 (or 0xF2D160) is known color: Portica. HEX triplet: F2, D1 and 60. RGB value is (242,209,96). Sum of RGB (Red+Green+Blue) = 242+209+96=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D160 is #0D2E9F. Grayscale: #CECECE. Windows color (decimal): -863904 or 6345202. OLE color: 6345202.

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

Color convert

RGB 242 209 96 -
CMYK 0 0.14 0.60 0.05
HSL 46.44º 0.85% 0.66% -
HSV(B) 46.44º 0.6% 0.95% -
XYZ 61.53 65.32 20.43 -
YUV 205.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 242 209 96 0 0.14 0.60 0.05 46.44 0.85 0.66
Hex F2 D1 60 0 E 3C 5 2E 55 42
Octal 362 321 140 0 16 74 5 56 125 102
Binary 11110010 11010001 1100000 0 1110 111100 101 101110 1010101 1000010

Color Harmonies of #F2D160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D160

Black with #F2D160

Text Example


Text Example

White with #F2D160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D160; }

 p { color: rgb(242,209,96); }

 H1.HeaderClassName
 {
   color: #F2D160;
 }
 .AnyTagClassName
 {
   color: #F2D160;
 }
</style>

background-color css

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

 a { background-color: rgb(242,209,96); }

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

border-color css

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

 span { border-color: rgb(242,209,96); }

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