Html Css Color HEX #F0D156 Portica

📋 copy color: '#F0D156'

red 240 ◦ green 209 ◦ blue 86

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

Shades of Portica #F0D156

Tints of Portica #F0D156

RGB

 RED value IS 240 (94.14% from 255) = 44.86%

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

 BLUE value IS 86 (33.98% from 255) = 16.07%

R = 44.86%
G = 39.07%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0D156 (or 0xF0D156) is known color: Portica. HEX triplet: F0, D1 and 56. RGB value is (240,209,86). Sum of RGB (Red+Green+Blue) = 240+209+86=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D156 is #0F2EA9. Grayscale: #CCCCCC. Windows color (decimal): -994986 or 5689840. OLE color: 5689840.

HSL color Cylindrical-coordinate representation of color #F0D156: hue angle of 47.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D156 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 86 -
CMYK 0 0.13 0.64 0.06
HSL 47.92º 0.84% 0.64% -
HSV(B) 47.92º 0.64% 0.94% -
XYZ 60.42 64.8 18.13 -
YUV 204.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 240 209 86 0 0.13 0.64 0.06 47.92 0.84 0.64
Hex F0 D1 56 0 D 40 6 30 54 40
Octal 360 321 126 0 15 100 6 60 124 100
Binary 11110000 11010001 1010110 0 1101 1000000 110 110000 1010100 1000000

Color Harmonies of #F0D156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D156

Black with #F0D156

Text Example


Text Example

White with #F0D156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D156; }

 p { color: rgb(240,209,86); }

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

background-color css

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

 a { background-color: rgb(240,209,86); }

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

border-color css

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

 span { border-color: rgb(240,209,86); }

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