Html Css Color HEX #FCED49 Paris Daisy

📋 copy color: '#FCED49'

red 252 ◦ green 237 ◦ blue 73

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

Shades of Paris Daisy #FCED49

Tints of Paris Daisy #FCED49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.99%

R = 44.84%
G = 42.17%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCED49 (or 0xFCED49) is known color: Paris Daisy. HEX triplet: FC, ED and 49. RGB value is (252,237,73). Sum of RGB (Red+Green+Blue) = 252+237+73=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 73 (28.91% from 255 or 12.99% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED49 is #0312B6. Grayscale: #DFDFDF. Windows color (decimal): -201399 or 4845052. OLE color: 4845052.

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

Color convert

RGB 252 237 73 -
CMYK 0 0.06 0.71 0.01
HSL 54.97º 0.97% 0.64% -
HSV(B) 54.97º 0.71% 0.99% -
XYZ 71.63 81.74 18.31 -
YUV 222.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 252 237 73 0 0.06 0.71 0.01 54.97 0.97 0.64
Hex FC ED 49 0 6 47 1 37 61 40
Octal 374 355 111 0 6 107 1 67 141 100
Binary 11111100 11101101 1001001 0 110 1000111 1 110111 1100001 1000000

Color Harmonies of #FCED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED49

Black with #FCED49

Text Example


Text Example

White with #FCED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED49; }

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

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

background-color css

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

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

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

border-color css

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

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

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