Html Css Color HEX #FCFB4E Paris Daisy

📋 copy color: '#FCFB4E'

red 252 ◦ green 251 ◦ blue 78

#FCFB4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FCFB4E

Tints of Paris Daisy #FCFB4E

RGB

 RED value IS 252 (98.83% from 255) = 43.37%

 GREEN value IS 251 (98.44% from 255) = 43.2%

 BLUE value IS 78 (30.86% from 255) = 13.43%

R = 43.37%
G = 43.2%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCFB4E (or 0xFCFB4E) is known color: 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

RGB 252 251 78 -
CMYK 0 0.00 0.69 0.01
HSL 59.66º 0.97% 0.65% -
HSV(B) 59.66º 0.69% 0.99% -
XYZ 76.02 90.24 20.62 -
YUV 231.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 252 251 78 0 0.00 0.69 0.01 59.66 0.97 0.65
Hex FC FB 4E 0 0 45 1 3C 61 41
Octal 374 373 116 0 0 105 1 74 141 101
Binary 11111100 11111011 1001110 0 0 1000101 1 111100 1100001 1000001

Color Harmonies of #FCFB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB4E

Black with #FCFB4E

Text Example


Text Example

White with #FCFB4E

Text Example


Text Example

HTML Codes & Css Web 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>