Html Css Color HEX #FCE945 Paris Daisy

📋 copy color: '#FCE945'

red 252 ◦ green 233 ◦ blue 69

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

Shades of Paris Daisy #FCE945

Tints of Paris Daisy #FCE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.06%

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

R = 45.49%
G = 42.06%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCE945 (or 0xFCE945) is known color: Paris Daisy. HEX triplet: FC, E9 and 45. RGB value is (252,233,69). Sum of RGB (Red+Green+Blue) = 252+233+69=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE945 is #0316BA. Grayscale: #DCDCDC. Windows color (decimal): -202427 or 4581884. OLE color: 4581884.

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

Color convert

RGB 252 233 69 -
CMYK 0 0.08 0.73 0.01
HSL 53.77º 0.97% 0.63% -
HSV(B) 53.77º 0.73% 0.99% -
XYZ 70.36 79.4 17.25 -
YUV 219.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 252 233 69 0 0.08 0.73 0.01 53.77 0.97 0.63
Hex FC E9 45 0 8 49 1 36 61 3F
Octal 374 351 105 0 10 111 1 66 141 77
Binary 11111100 11101001 1000101 0 1000 1001001 1 110110 1100001 111111

Color Harmonies of #FCE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE945

Black with #FCE945

Text Example


Text Example

White with #FCE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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