#FED54D

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

Shades of Kournikova #FED54D

Tints of Kournikova #FED54D

Color information

#FED54D (or 0xFED54D) is unknown color: approx Kournikova. HEX triplet: FE, D5 and 4D. RGB value is (254,213,77). Sum of RGB (Red+Green+Blue) = 254+213+77=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED54D is #012AB2. Grayscale: #D2D2D2. Windows color (decimal): -76467 or 5101054. OLE color: 5101054.

HSL color Cylindrical-coordinate representation of color #FED54D: hue angle of 46.1º 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 #FED54D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25421377-
CMYK00.160.700.00
HSL46.1º98.88%64.9%-
HSV(B)46.1º69.69%99.61%-
XYZ66.0169.216.9-
YUV209.7553.08159.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 77 (30.47% from 255) = 14.15%
R=46.69%
G=39.15%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542137700.160.700.0046.198.8864.9
HexFED54D0104602e6341
Octal376325115020106056143101
Binary111111101101010110011010100001000110010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED54D; }

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

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

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

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

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

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

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

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