Html Css Color HEX #FCEB4C Paris Daisy

📋 copy color: '#FCEB4C'

red 252 ◦ green 235 ◦ blue 76

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

Shades of Paris Daisy #FCEB4C

Tints of Paris Daisy #FCEB4C

RGB

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

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

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

R = 44.76%
G = 41.74%
B = 13.5%

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

#FCEB4C (or 0xFCEB4C) is known color: Paris Daisy. HEX triplet: FC, EB and 4C. RGB value is (252,235,76). Sum of RGB (Red+Green+Blue) = 252+235+76=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 76 (30.08% from 255 or 13.50% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB4C is #0314B3. Grayscale: #DEDEDE. Windows color (decimal): -201908 or 5041148. OLE color: 5041148.

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

Color convert

RGB 252 235 76 -
CMYK 0 0.07 0.70 0.01
HSL 54.2º 0.97% 0.64% -
HSV(B) 54.2º 0.7% 0.99% -
XYZ 71.16 80.63 18.65 -
YUV 221.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 252 235 76 0 0.07 0.70 0.01 54.2 0.97 0.64
Hex FC EB 4C 0 7 46 1 36 61 40
Octal 374 353 114 0 7 106 1 66 141 100
Binary 11111100 11101011 1001100 0 111 1000110 1 110110 1100001 1000000

Color Harmonies of #FCEB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB4C

Black with #FCEB4C

Text Example


Text Example

White with #FCEB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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