Html Css Color HEX #F5D159 Kournikova

📋 copy color: '#F5D159'

red 245 ◦ green 209 ◦ blue 89

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

Shades of Kournikova #F5D159

Tints of Kournikova #F5D159

RGB

 RED value IS 245 (96.09% from 255) = 45.12%

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

 BLUE value IS 89 (35.16% from 255) = 16.39%

R = 45.12%
G = 38.49%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F5D159 (or 0xF5D159) is known color: Kournikova. HEX triplet: F5, D1 and 59. RGB value is (245,209,89). Sum of RGB (Red+Green+Blue) = 245+209+89=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D159 is #0A2EA6. Grayscale: #CECECE. Windows color (decimal): -667303 or 5886453. OLE color: 5886453.

HSL color Cylindrical-coordinate representation of color #F5D159: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5D159 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 89 -
CMYK 0 0.15 0.64 0.04
HSL 46.15º 0.89% 0.65% -
HSV(B) 46.15º 0.64% 0.96% -
XYZ 62.26 65.73 18.86 -
YUV 206.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 245 209 89 0 0.15 0.64 0.04 46.15 0.89 0.65
Hex F5 D1 59 0 F 40 4 2E 59 41
Octal 365 321 131 0 17 100 4 56 131 101
Binary 11110101 11010001 1011001 0 1111 1000000 100 101110 1011001 1000001

Color Harmonies of #F5D159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D159

Black with #F5D159

Text Example


Text Example

White with #F5D159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D159; }

 p { color: rgb(245,209,89); }

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

background-color css

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

 a { background-color: rgb(245,209,89); }

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

border-color css

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

 span { border-color: rgb(245,209,89); }

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