Html Css Color HEX #FED059 Kournikova

📋 copy color: '#FED059'

red 254 ◦ green 208 ◦ blue 89

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

Shades of Kournikova #FED059

Tints of Kournikova #FED059

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

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

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

R = 46.1%
G = 37.75%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FED059 (or 0xFED059) is known color: Kournikova. HEX triplet: FE, D0 and 59. RGB value is (254,208,89). Sum of RGB (Red+Green+Blue) = 254+208+89=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED059 is #012FA6. Grayscale: #D0D0D0. Windows color (decimal): -77735 or 5886206. OLE color: 5886206.

HSL color Cylindrical-coordinate representation of color #FED059: hue angle of 43.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED059 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 89 -
CMYK 0 0.18 0.65 0.00
HSL 43.27º 0.99% 0.67% -
HSV(B) 43.27º 0.65% 1% -
XYZ 65.23 66.9 18.93 -
YUV 208.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 254 208 89 0 0.18 0.65 0.00 43.27 0.99 0.67
Hex FE D0 59 0 12 41 0 2B 63 43
Octal 376 320 131 0 22 101 0 53 143 103
Binary 11111110 11010000 1011001 0 10010 1000001 0 101011 1100011 1000011

Color Harmonies of #FED059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED059

Black with #FED059

Text Example


Text Example

White with #FED059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED059; }

 p { color: rgb(254,208,89); }

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

background-color css

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

 a { background-color: rgb(254,208,89); }

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

border-color css

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

 span { border-color: rgb(254,208,89); }

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