Html Css Color HEX #FCED47 Paris Daisy

📋 copy color: '#FCED47'

red 252 ◦ green 237 ◦ blue 71

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

Shades of Paris Daisy #FCED47

Tints of Paris Daisy #FCED47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.68%

R = 45%
G = 42.32%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCED47 (or 0xFCED47) is known color: Paris Daisy. HEX triplet: FC, ED and 47. RGB value is (252,237,71). Sum of RGB (Red+Green+Blue) = 252+237+71=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 71 (28.12% from 255 or 12.68% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED47 is #0312B8. Grayscale: #DFDFDF. Windows color (decimal): -201401 or 4713980. OLE color: 4713980.

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

Color convert

RGB 252 237 71 -
CMYK 0 0.06 0.72 0.01
HSL 55.03º 0.97% 0.63% -
HSV(B) 55.03º 0.72% 0.99% -
XYZ 71.57 81.72 17.96 -
YUV 222.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 252 237 71 0 0.06 0.72 0.01 55.03 0.97 0.63
Hex FC ED 47 0 6 48 1 37 61 3F
Octal 374 355 107 0 6 110 1 67 141 77
Binary 11111100 11101101 1000111 0 110 1001000 1 110111 1100001 111111

Color Harmonies of #FCED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED47

Black with #FCED47

Text Example


Text Example

White with #FCED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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