Html Css Color HEX #FCEA51 Paris Daisy

📋 copy color: '#FCEA51'

red 252 ◦ green 234 ◦ blue 81

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

Shades of Paris Daisy #FCEA51

Tints of Paris Daisy #FCEA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.29%

R = 44.44%
G = 41.27%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCEA51 (or 0xFCEA51) is known color: Paris Daisy. HEX triplet: FC, EA and 51. RGB value is (252,234,81). Sum of RGB (Red+Green+Blue) = 252+234+81=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 81 (32.03% from 255 or 14.29% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA51 is #0315AE. Grayscale: #DEDEDE. Windows color (decimal): -202159 or 5368572. OLE color: 5368572.

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

Color convert

RGB 252 234 81 -
CMYK 0 0.07 0.68 0.01
HSL 53.68º 0.97% 0.65% -
HSV(B) 53.68º 0.68% 0.99% -
XYZ 71.05 80.14 19.51 -
YUV 221.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 252 234 81 0 0.07 0.68 0.01 53.68 0.97 0.65
Hex FC EA 51 0 7 44 1 36 61 41
Octal 374 352 121 0 7 104 1 66 141 101
Binary 11111100 11101010 1010001 0 111 1000100 1 110110 1100001 1000001

Color Harmonies of #FCEA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA51

Black with #FCEA51

Text Example


Text Example

White with #FCEA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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