Html Css Color HEX #FCED56 Paris Daisy

📋 copy color: '#FCED56'

red 252 ◦ green 237 ◦ blue 86

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

Shades of Paris Daisy #FCED56

Tints of Paris Daisy #FCED56

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

 BLUE value IS 86 (33.98% from 255) = 14.96%

R = 43.83%
G = 41.22%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCED56 (or 0xFCED56) is known color: Paris Daisy. HEX triplet: FC, ED and 56. RGB value is (252,237,86). Sum of RGB (Red+Green+Blue) = 252+237+86=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 86 (33.98% from 255 or 14.96% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED56 is #0312A9. Grayscale: #E0E0E0. Windows color (decimal): -201386 or 5697020. OLE color: 5697020.

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

Color convert

RGB 252 237 86 -
CMYK 0 0.06 0.66 0.01
HSL 54.58º 0.97% 0.66% -
HSV(B) 54.58º 0.66% 0.99% -
XYZ 72.11 81.94 20.82 -
YUV 224.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 252 237 86 0 0.06 0.66 0.01 54.58 0.97 0.66
Hex FC ED 56 0 6 42 1 37 61 42
Octal 374 355 126 0 6 102 1 67 141 102
Binary 11111100 11101101 1010110 0 110 1000010 1 110111 1100001 1000010

Color Harmonies of #FCED56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED56

Black with #FCED56

Text Example


Text Example

White with #FCED56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED56; }

 p { color: rgb(252,237,86); }

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

background-color css

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

 a { background-color: rgb(252,237,86); }

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

border-color css

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

 span { border-color: rgb(252,237,86); }

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