#FFD550

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

Shades of Kournikova #FFD550

Tints of Kournikova #FFD550

Color information

#FFD550 (or 0xFFD550) is unknown color: approx Kournikova. HEX triplet: FF, D5 and 50. RGB value is (255,213,80). Sum of RGB (Red+Green+Blue) = 255+213+80=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD550 is #002AAF. Grayscale: #D2D2D2. Windows color (decimal): -10928 or 5297663. OLE color: 5297663.

HSL color Cylindrical-coordinate representation of color #FFD550: hue angle of 45.6º 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 #FFD550 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25521380-
CMYK00.160.690
HSL45.6º100%65.69%-
HSV(B)45.6º68.63%100%-
XYZ66.4869.4317.49-
YUV210.454.41159.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 80 (31.64% from 255) = 14.60%
R=46.53%
G=38.87%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552138000.160.69045.610065.69
HexFFD5500104502e6442
Octal377325120020105056144102
Binary111111111101010110100000100001000101010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD550; }

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

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

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

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

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

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

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

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