Html Css Color HEX #FCED45 Paris Daisy

📋 copy color: '#FCED45'

red 252 ◦ green 237 ◦ blue 69

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

Shades of Paris Daisy #FCED45

Tints of Paris Daisy #FCED45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.37%

R = 45.16%
G = 42.47%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCED45 (or 0xFCED45) is known color: Paris Daisy. HEX triplet: FC, ED and 45. RGB value is (252,237,69). Sum of RGB (Red+Green+Blue) = 252+237+69=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 69 (27.34% from 255 or 12.37% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED45 is #0312BA. Grayscale: #DFDFDF. Windows color (decimal): -201403 or 4582908. OLE color: 4582908.

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

Color convert

RGB 252 237 69 -
CMYK 0 0.06 0.73 0.01
HSL 55.08º 0.97% 0.63% -
HSV(B) 55.08º 0.73% 0.99% -
XYZ 71.5 81.69 17.63 -
YUV 222.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 252 237 69 0 0.06 0.73 0.01 55.08 0.97 0.63
Hex FC ED 45 0 6 49 1 37 61 3F
Octal 374 355 105 0 6 111 1 67 141 77
Binary 11111100 11101101 1000101 0 110 1001001 1 110111 1100001 111111

Color Harmonies of #FCED45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED45

Black with #FCED45

Text Example


Text Example

White with #FCED45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED45; }

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

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

background-color css

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

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

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

border-color css

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

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

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