#F1CB55

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

Shades of Kournikova #F1CB55

Tints of Kournikova #F1CB55

Color information

#F1CB55 (or 0xF1CB55) is unknown color: approx Kournikova. HEX triplet: F1, CB and 55. RGB value is (241,203,85). Sum of RGB (Red+Green+Blue) = 241+203+85=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB55 is #0E34AA. Grayscale: #C9C9C9. Windows color (decimal): -930987 or 5622769. OLE color: 5622769.

HSL color Cylindrical-coordinate representation of color #F1CB55: hue angle of 45.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1CB55 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24120385-
CMYK00.160.650.05
HSL45.38º84.78%63.92%-
HSV(B)45.38º64.73%94.51%-
XYZ59.2762.0717.45-
YUV200.9162.59156.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 85 (33.59% from 255) = 16.07%
R=45.56%
G=38.37%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412038500.160.650.0545.3884.7863.92
HexF1CB550104152d5540
Octal361313125020101555125100
Binary11110001110010111010101010000100000110110110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB55; }

 p { color: rgb(241,203,85); }

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

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

 a { background-color: rgb(241,203,85); }

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

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

 span { border-color: rgb(241,203,85); }

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