Html Css Color HEX #F5D15A Kournikova

📋 copy color: '#F5D15A'

red 245 ◦ green 209 ◦ blue 90

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

Shades of Kournikova #F5D15A

Tints of Kournikova #F5D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.54%

R = 45.04%
G = 38.42%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5D15A (or 0xF5D15A) is known color: Kournikova. HEX triplet: F5, D1 and 5A. RGB value is (245,209,90). Sum of RGB (Red+Green+Blue) = 245+209+90=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D15A is #0A2EA5. Grayscale: #CECECE. Windows color (decimal): -667302 or 5951989. OLE color: 5951989.

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

Color convert

RGB 245 209 90 -
CMYK 0 0.15 0.63 0.04
HSL 46.06º 0.89% 0.66% -
HSV(B) 46.06º 0.63% 0.96% -
XYZ 62.3 65.75 19.08 -
YUV 206.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 245 209 90 0 0.15 0.63 0.04 46.06 0.89 0.66
Hex F5 D1 5A 0 F 3F 4 2E 59 42
Octal 365 321 132 0 17 77 4 56 131 102
Binary 11110101 11010001 1011010 0 1111 111111 100 101110 1011001 1000010

Color Harmonies of #F5D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D15A

Black with #F5D15A

Text Example


Text Example

White with #F5D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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