#FCFB46

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

Shades of Paris Daisy #FCFB46

Tints of Paris Daisy #FCFB46

Color information

#FCFB46 (or 0xFCFB46) is unknown color: approx Paris Daisy. HEX triplet: FC, FB and 46. RGB value is (252,251,70). Sum of RGB (Red+Green+Blue) = 252+251+70=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 70 (27.73% from 255 or 12.22% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB46 is #0304B9. Grayscale: #E7E7E7. Windows color (decimal): -197818 or 4652028. OLE color: 4652028.

HSL color Cylindrical-coordinate representation of color #FCFB46: hue angle of 59.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCFB46 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB25225170-
CMYK00.000.720.01
HSL59.67º96.81%63.14%-
HSV(B)59.67º72.22%98.82%-
XYZ75.7590.1319.2-
YUV230.6637.33143.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 70 (27.73% from 255) = 12.22%
R=43.98%
G=43.80%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522517000.000.720.0159.6796.8163.14
HexFCFB46004813c613f
Octal3743731060011017414177
Binary1111110011111011100011000100100011111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFB46; }

 p { color: rgb(252,251,70); }

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

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

 a { background-color: rgb(252,251,70); }

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

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

 span { border-color: rgb(252,251,70); }

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