Html Css Color HEX #FCEA4C Paris Daisy

📋 copy color: '#FCEA4C'

red 252 ◦ green 234 ◦ blue 76

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

Shades of Paris Daisy #FCEA4C

Tints of Paris Daisy #FCEA4C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

 BLUE value IS 76 (30.08% from 255) = 13.52%

R = 44.84%
G = 41.64%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCEA4C (or 0xFCEA4C) is known color: Paris Daisy. HEX triplet: FC, EA and 4C. RGB value is (252,234,76). Sum of RGB (Red+Green+Blue) = 252+234+76=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 76 (30.08% from 255 or 13.52% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA4C is #0315B3. Grayscale: #DEDEDE. Windows color (decimal): -202164 or 5040892. OLE color: 5040892.

HSL color Cylindrical-coordinate representation of color #FCEA4C: hue angle of 53.86º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCEA4C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 76 -
CMYK 0 0.07 0.70 0.01
HSL 53.86º 0.97% 0.64% -
HSV(B) 53.86º 0.7% 0.99% -
XYZ 70.87 80.06 18.56 -
YUV 221.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 252 234 76 0 0.07 0.70 0.01 53.86 0.97 0.64
Hex FC EA 4C 0 7 46 1 36 61 40
Octal 374 352 114 0 7 106 1 66 141 100
Binary 11111100 11101010 1001100 0 111 1000110 1 110110 1100001 1000000

Color Harmonies of #FCEA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA4C

Black with #FCEA4C

Text Example


Text Example

White with #FCEA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA4C; }

 p { color: rgb(252,234,76); }

 H1.HeaderClassName
 {
   color: #FCEA4C;
 }
 .AnyTagClassName
 {
   color: #FCEA4C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,234,76); }

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

border-color css

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

 span { border-color: rgb(252,234,76); }

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