#FED055

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

Shades of Kournikova #FED055

Tints of Kournikova #FED055

Color information

#FED055 (or 0xFED055) is unknown color: approx Kournikova. HEX triplet: FE, D0 and 55. RGB value is (254,208,85). Sum of RGB (Red+Green+Blue) = 254+208+85=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED055 is #012FAA. Grayscale: #D0D0D0. Windows color (decimal): -77739 or 5624062. OLE color: 5624062.

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

Color convert

RGB25420885-
CMYK00.180.670.00
HSL43.67º98.83%66.47%-
HSV(B)43.67º66.54%99.61%-
XYZ65.0766.8418.07-
YUV207.7358.74161-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 85 (33.59% from 255) = 15.54%
R=46.44%
G=38.03%
B=15.54%

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
Decimal2542088500.180.670.0043.6798.8366.47
HexFED0550124302c6342
Octal376320125022103054143102
Binary111111101101000010101010100101000011010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED055; }

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

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

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

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

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

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

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

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