Html Css Color HEX #FCEB54 Paris Daisy

📋 copy color: '#FCEB54'

red 252 ◦ green 235 ◦ blue 84

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

Shades of Paris Daisy #FCEB54

Tints of Paris Daisy #FCEB54

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.16%

 BLUE value IS 84 (33.2% from 255) = 14.71%

R = 44.13%
G = 41.16%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCEB54 (or 0xFCEB54) is known color: Paris Daisy. HEX triplet: FC, EB and 54. RGB value is (252,235,84). Sum of RGB (Red+Green+Blue) = 252+235+84=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 84 (33.20% from 255 or 14.71% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB54 is #0314AB. Grayscale: #DFDFDF. Windows color (decimal): -201900 or 5565436. OLE color: 5565436.

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

Color convert

RGB 252 235 84 -
CMYK 0 0.07 0.67 0.01
HSL 53.93º 0.97% 0.66% -
HSV(B) 53.93º 0.67% 0.99% -
XYZ 71.45 80.75 20.21 -
YUV 222.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 252 235 84 0 0.07 0.67 0.01 53.93 0.97 0.66
Hex FC EB 54 0 7 43 1 36 61 42
Octal 374 353 124 0 7 103 1 66 141 102
Binary 11111100 11101011 1010100 0 111 1000011 1 110110 1100001 1000010

Color Harmonies of #FCEB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB54

Black with #FCEB54

Text Example


Text Example

White with #FCEB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB54; }

 p { color: rgb(252,235,84); }

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

background-color css

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

 a { background-color: rgb(252,235,84); }

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

border-color css

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

 span { border-color: rgb(252,235,84); }

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