Html Css Color HEX #F0D858 Portica

📋 copy color: '#F0D858'

red 240 ◦ green 216 ◦ blue 88

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

Shades of Portica #F0D858

Tints of Portica #F0D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

 BLUE value IS 88 (34.77% from 255) = 16.18%

R = 44.12%
G = 39.71%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0D858 (or 0xF0D858) is known color: Portica. HEX triplet: F0, D8 and 58. RGB value is (240,216,88). Sum of RGB (Red+Green+Blue) = 240+216+88=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D858 is #0F27A7. Grayscale: #D1D1D1. Windows color (decimal): -993192 or 5822704. OLE color: 5822704.

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

Color convert

RGB 240 216 88 -
CMYK 0 0.1 0.63 0.06
HSL 50.53º 0.84% 0.64% -
HSV(B) 50.53º 0.63% 0.94% -
XYZ 62.25 68.34 19.14 -
YUV 208.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 240 216 88 0 0.1 0.63 0.06 50.53 0.84 0.64
Hex F0 D8 58 0 A 3F 6 33 54 40
Octal 360 330 130 0 12 77 6 63 124 100
Binary 11110000 11011000 1011000 0 1010 111111 110 110011 1010100 1000000

Color Harmonies of #F0D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D858

Black with #F0D858

Text Example


Text Example

White with #F0D858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D858; }

 p { color: rgb(240,216,88); }

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

background-color css

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

 a { background-color: rgb(240,216,88); }

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

border-color css

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

 span { border-color: rgb(240,216,88); }

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