#FBCF48

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

Shades of Kournikova #FBCF48

Tints of Kournikova #FBCF48

Color information

#FBCF48 (or 0xFBCF48) is unknown color: approx Kournikova. HEX triplet: FB, CF and 48. RGB value is (251,207,72). Sum of RGB (Red+Green+Blue) = 251+207+72=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCF48 is #0430B7. Grayscale: #CDCDCD. Windows color (decimal): -274616 or 4771835. OLE color: 4771835.

HSL color Cylindrical-coordinate representation of color #FBCF48: hue angle of 45.25º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBCF48 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25120772-
CMYK00.180.710.02
HSL45.25º95.72%63.33%-
HSV(B)45.25º71.31%98.43%-
XYZ63.2765.615.46-
YUV204.7753.08160.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 72 (28.52% from 255) = 13.58%
R=47.36%
G=39.06%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512077200.180.710.0245.2595.7263.33
HexFBCF480124722d603f
Octal37331711002210725514077
Binary111110111100111110010000100101000111101011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF48; }

 p { color: rgb(251,207,72); }

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

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

 a { background-color: rgb(251,207,72); }

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

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

 span { border-color: rgb(251,207,72); }

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