Html Css Color HEX #FCE64A Paris Daisy

📋 copy color: '#FCE64A'

red 252 ◦ green 230 ◦ blue 74

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

Shades of Paris Daisy #FCE64A

Tints of Paris Daisy #FCE64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.31%

R = 45.32%
G = 41.37%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCE64A (or 0xFCE64A) is known color: Paris Daisy. HEX triplet: FC, E6 and 4A. RGB value is (252,230,74). Sum of RGB (Red+Green+Blue) = 252+230+74=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE64A is #0319B5. Grayscale: #DBDBDB. Windows color (decimal): -203190 or 4908796. OLE color: 4908796.

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

Color convert

RGB 252 230 74 -
CMYK 0 0.09 0.71 0.01
HSL 52.58º 0.97% 0.64% -
HSV(B) 52.58º 0.71% 0.99% -
XYZ 69.68 77.78 17.82 -
YUV 218.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 252 230 74 0 0.09 0.71 0.01 52.58 0.97 0.64
Hex FC E6 4A 0 9 47 1 35 61 40
Octal 374 346 112 0 11 107 1 65 141 100
Binary 11111100 11100110 1001010 0 1001 1000111 1 110101 1100001 1000000

Color Harmonies of #FCE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE64A

Black with #FCE64A

Text Example


Text Example

White with #FCE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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