#FCFB4E

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

Shades of Paris Daisy #FCFB4E

Tints of Paris Daisy #FCFB4E

Color information

#FCFB4E (or 0xFCFB4E) is unknown color: approx Paris Daisy. HEX triplet: FC, FB and 4E. RGB value is (252,251,78). Sum of RGB (Red+Green+Blue) = 252+251+78=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 78 (30.86% from 255 or 13.43% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB4E is #0304B1. Grayscale: #E8E8E8. Windows color (decimal): -197810 or 5176316. OLE color: 5176316.

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

Color convert

RGB25225178-
CMYK00.000.690.01
HSL59.66º96.67%64.71%-
HSV(B)59.66º69.05%98.82%-
XYZ76.0290.2420.62-
YUV231.5841.33142.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 78 (30.86% from 255) = 13.43%
R=43.37%
G=43.20%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522517800.000.690.0159.6696.6764.71
HexFCFB4E004513c6141
Octal37437311600105174141101
Binary11111100111110111001110001000101111110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFB4E; }

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

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

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

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

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

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

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

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