#FECF50

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

Shades of Kournikova #FECF50

Tints of Kournikova #FECF50

Color information

#FECF50 (or 0xFECF50) is unknown color: approx Kournikova. HEX triplet: FE, CF and 50. RGB value is (254,207,80). Sum of RGB (Red+Green+Blue) = 254+207+80=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF50 is #0130AF. Grayscale: #CFCFCF. Windows color (decimal): -78000 or 5296126. OLE color: 5296126.

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

Color convert

RGB25420780-
CMYK00.190.690.00
HSL43.79º98.86%65.49%-
HSV(B)43.79º68.5%99.61%-
XYZ64.6366.2816.98-
YUV206.5856.57161.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.95%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 80 (31.64% from 255) = 14.79%
R=46.95%
G=38.26%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542078000.190.690.0043.7998.8665.49
HexFECF500134502c6341
Octal376317120023105054143101
Binary111111101100111110100000100111000101010110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF50; }

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

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

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

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

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

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

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

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