#FECF55

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

Shades of Kournikova #FECF55

Tints of Kournikova #FECF55

Color information

#FECF55 (or 0xFECF55) is unknown color: approx Kournikova. HEX triplet: FE, CF and 55. RGB value is (254,207,85). Sum of RGB (Red+Green+Blue) = 254+207+85=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF55 is #0130AA. Grayscale: #CFCFCF. Windows color (decimal): -77995 or 5623806. OLE color: 5623806.

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

Color convert

RGB25420785-
CMYK00.190.670.00
HSL43.31º98.83%66.47%-
HSV(B)43.31º66.54%99.61%-
XYZ64.8366.3517.98-
YUV207.1459.07161.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 85 (33.59% from 255) = 15.57%
R=46.52%
G=37.91%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542078500.190.670.0043.3198.8366.47
HexFECF550134302b6342
Octal376317125023103053143102
Binary111111101100111110101010100111000011010101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF55; }

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

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

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

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

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

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

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

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