#FED154

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

Shades of Kournikova #FED154

Tints of Kournikova #FED154

Color information

#FED154 (or 0xFED154) is unknown color: approx Kournikova. HEX triplet: FE, D1 and 54. RGB value is (254,209,84). Sum of RGB (Red+Green+Blue) = 254+209+84=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED154 is #012EAB. Grayscale: #D0D0D0. Windows color (decimal): -77484 or 5558782. OLE color: 5558782.

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

Color convert

RGB25420984-
CMYK00.180.670.00
HSL44.12º98.84%66.27%-
HSV(B)44.12º66.93%99.61%-
XYZ65.2767.3117.94-
YUV208.257.91160.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 84 (33.20% from 255) = 15.36%
R=46.44%
G=38.21%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542098400.180.670.0044.1298.8466.27
HexFED1540124302c6342
Octal376321124022103054143102
Binary111111101101000110101000100101000011010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED154; }

 p { color: rgb(254,209,84); }

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

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

 a { background-color: rgb(254,209,84); }

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

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

 span { border-color: rgb(254,209,84); }

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