#FED04D

Color #FED04D Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FED04D

Tints of Kournikova #FED04D

Color information

#FED04D (or 0xFED04D) is unknown color: approx Kournikova. HEX triplet: FE, D0 and 4D. RGB value is (254,208,77). Sum of RGB (Red+Green+Blue) = 254+208+77=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED04D is #012FB2. Grayscale: #CFCFCF. Windows color (decimal): -77747 or 5099774. OLE color: 5099774.

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

Color convert

RGB25420877-
CMYK00.180.700.00
HSL44.41º98.88%64.9%-
HSV(B)44.41º69.69%99.61%-
XYZ64.7766.7216.49-
YUV206.8254.74161.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 77 (30.47% from 255) = 14.29%
R=47.12%
G=38.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542087700.180.700.0044.4198.8864.9
HexFED04D0124602c6341
Octal376320115022106054143101
Binary111111101101000010011010100101000110010110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED04D; }

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

 H1.HeaderClassName
 {
   color: #FED04D;
 }
 .AnyTagClassName
 {
   color: #FED04D;
 }
</style>
background-color css

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

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

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

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

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

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