#FFD650

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

Shades of Kournikova #FFD650

Tints of Kournikova #FFD650

Color information

#FFD650 (or 0xFFD650) is unknown color: approx Kournikova. HEX triplet: FF, D6 and 50. RGB value is (255,214,80). Sum of RGB (Red+Green+Blue) = 255+214+80=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD650 is #0029AF. Grayscale: #D3D3D3. Windows color (decimal): -10672 or 5297919. OLE color: 5297919.

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

Color convert

RGB25521480-
CMYK00.160.690
HSL45.94º100%65.69%-
HSV(B)45.94º68.63%100%-
XYZ66.7369.9317.57-
YUV210.9854.08159.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 80 (31.64% from 255) = 14.57%
R=46.45%
G=38.98%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552148000.160.69045.9410065.69
HexFFD6500104502e6442
Octal377326120020105056144102
Binary111111111101011010100000100001000101010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD650; }

 p { color: rgb(255,214,80); }

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

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

 a { background-color: rgb(255,214,80); }

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

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

 span { border-color: rgb(255,214,80); }

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