Html Css Color HEX #FCEB4D Paris Daisy

📋 copy color: '#FCEB4D'

red 252 ◦ green 235 ◦ blue 77

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

Shades of Paris Daisy #FCEB4D

Tints of Paris Daisy #FCEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.65%

R = 44.68%
G = 41.67%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCEB4D (or 0xFCEB4D) is known color: Paris Daisy. HEX triplet: FC, EB and 4D. RGB value is (252,235,77). Sum of RGB (Red+Green+Blue) = 252+235+77=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 77 (30.47% from 255 or 13.65% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB4D is #0314B2. Grayscale: #DEDEDE. Windows color (decimal): -201907 or 5106684. OLE color: 5106684.

HSL color Cylindrical-coordinate representation of color #FCEB4D: hue angle of 54.17º 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 #FCEB4D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 77 -
CMYK 0 0.07 0.69 0.01
HSL 54.17º 0.97% 0.65% -
HSV(B) 54.17º 0.69% 0.99% -
XYZ 71.19 80.65 18.84 -
YUV 222.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 252 235 77 0 0.07 0.69 0.01 54.17 0.97 0.65
Hex FC EB 4D 0 7 45 1 36 61 41
Octal 374 353 115 0 7 105 1 66 141 101
Binary 11111100 11101011 1001101 0 111 1000101 1 110110 1100001 1000001

Color Harmonies of #FCEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB4D

Black with #FCEB4D

Text Example


Text Example

White with #FCEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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