Html Css Color HEX #F5D056 Kournikova

📋 copy color: '#F5D056'

red 245 ◦ green 208 ◦ blue 86

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

Shades of Kournikova #F5D056

Tints of Kournikova #F5D056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

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

R = 45.45%
G = 38.59%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F5D056 (or 0xF5D056) is known color: Kournikova. HEX triplet: F5, D0 and 56. RGB value is (245,208,86). Sum of RGB (Red+Green+Blue) = 245+208+86=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D056 is #0A2FA9. Grayscale: #CDCDCD. Windows color (decimal): -667562 or 5689589. OLE color: 5689589.

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

Color convert

RGB 245 208 86 -
CMYK 0 0.15 0.65 0.04
HSL 46.04º 0.89% 0.65% -
HSV(B) 46.04º 0.65% 0.96% -
XYZ 61.89 65.2 18.13 -
YUV 205.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 245 208 86 0 0.15 0.65 0.04 46.04 0.89 0.65
Hex F5 D0 56 0 F 41 4 2E 59 41
Octal 365 320 126 0 17 101 4 56 131 101
Binary 11110101 11010000 1010110 0 1111 1000001 100 101110 1011001 1000001

Color Harmonies of #F5D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D056

Black with #F5D056

Text Example


Text Example

White with #F5D056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D056; }

 p { color: rgb(245,208,86); }

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

background-color css

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

 a { background-color: rgb(245,208,86); }

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

border-color css

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

 span { border-color: rgb(245,208,86); }

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