Html Css Color HEX #FCE645 Paris Daisy

📋 copy color: '#FCE645'

red 252 ◦ green 230 ◦ blue 69

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

Shades of Paris Daisy #FCE645

Tints of Paris Daisy #FCE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.74%

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

R = 45.74%
G = 41.74%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCE645 (or 0xFCE645) is known color: Paris Daisy. HEX triplet: FC, E6 and 45. RGB value is (252,230,69). Sum of RGB (Red+Green+Blue) = 252+230+69=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE645 is #0319BA. Grayscale: #DADADA. Windows color (decimal): -203195 or 4581116. OLE color: 4581116.

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

Color convert

RGB 252 230 69 -
CMYK 0 0.09 0.73 0.01
HSL 52.79º 0.97% 0.63% -
HSV(B) 52.79º 0.73% 0.99% -
XYZ 69.52 77.72 16.97 -
YUV 218.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 252 230 69 0 0.09 0.73 0.01 52.79 0.97 0.63
Hex FC E6 45 0 9 49 1 35 61 3F
Octal 374 346 105 0 11 111 1 65 141 77
Binary 11111100 11100110 1000101 0 1001 1001001 1 110101 1100001 111111

Color Harmonies of #FCE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE645

Black with #FCE645

Text Example


Text Example

White with #FCE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE645; }

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

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

background-color css

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

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

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

border-color css

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

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

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