#F5C950

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

Shades of Kournikova #F5C950

Tints of Kournikova #F5C950

Color information

#F5C950 (or 0xF5C950) is unknown color: approx Kournikova. HEX triplet: F5, C9 and 50. RGB value is (245,201,80). Sum of RGB (Red+Green+Blue) = 245+201+80=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C950 is #0A36AF. Grayscale: #C8C8C8. Windows color (decimal): -669360 or 5294581. OLE color: 5294581.

HSL color Cylindrical-coordinate representation of color #F5C950: hue angle of 44º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5C950 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24520180-
CMYK00.180.670.04
HSL44º89.19%63.73%-
HSV(B)44º67.35%96.08%-
XYZ59.9961.7616.35-
YUV200.3660.08159.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.58%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 80 (31.64% from 255) = 15.21%
R=46.58%
G=38.21%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452018000.180.670.044489.1963.73
HexF5C9500124342c5940
Octal365311120022103454131100
Binary11110101110010011010000010010100001110010110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C950; }

 p { color: rgb(245,201,80); }

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

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

 a { background-color: rgb(245,201,80); }

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

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

 span { border-color: rgb(245,201,80); }

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