#FDCE4A

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

Shades of Kournikova #FDCE4A

Tints of Kournikova #FDCE4A

Color information

#FDCE4A (or 0xFDCE4A) is unknown color: approx Kournikova. HEX triplet: FD, CE and 4A. RGB value is (253,206,74). Sum of RGB (Red+Green+Blue) = 253+206+74=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE4A is #0231B5. Grayscale: #CDCDCD. Windows color (decimal): -143798 or 4902653. OLE color: 4902653.

HSL color Cylindrical-coordinate representation of color #FDCE4A: hue angle of 44.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDCE4A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25320674-
CMYK00.190.710.01
HSL44.25º97.81%64.12%-
HSV(B)44.25º70.75%99.22%-
XYZ63.8265.5215.76-
YUV20554.07162.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 74 (29.30% from 255) = 13.88%
R=47.47%
G=38.65%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532067400.190.710.0144.2597.8164.12
HexFDCE4A0134712c6240
Octal375316112023107154142100
Binary111111011100111010010100100111000111110110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE4A; }

 p { color: rgb(253,206,74); }

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

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

 a { background-color: rgb(253,206,74); }

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

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

 span { border-color: rgb(253,206,74); }

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