Html Css Color HEX #FEE64C Paris Daisy

📋 copy color: '#FEE64C'

red 254 ◦ green 230 ◦ blue 76

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

Shades of Paris Daisy #FEE64C

Tints of Paris Daisy #FEE64C

RGB

 RED value IS 254 (99.61% from 255) = 45.36%

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

 BLUE value IS 76 (30.08% from 255) = 13.57%

R = 45.36%
G = 41.07%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE64C (or 0xFEE64C) is known color: Paris Daisy. HEX triplet: FE, E6 and 4C. RGB value is (254,230,76). Sum of RGB (Red+Green+Blue) = 254+230+76=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 76 (30.08% from 255 or 13.57% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE64C is #0119B3. Grayscale: #DCDCDC. Windows color (decimal): -72116 or 5039870. OLE color: 5039870.

HSL color Cylindrical-coordinate representation of color #FEE64C: hue angle of 51.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE64C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 76 -
CMYK 0 0.09 0.70 0.00
HSL 51.91º 0.99% 0.65% -
HSV(B) 51.91º 0.7% 1% -
XYZ 70.47 78.19 18.21 -
YUV 219.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 254 230 76 0 0.09 0.70 0.00 51.91 0.99 0.65
Hex FE E6 4C 0 9 46 0 34 63 41
Octal 376 346 114 0 11 106 0 64 143 101
Binary 11111110 11100110 1001100 0 1001 1000110 0 110100 1100011 1000001

Color Harmonies of #FEE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE64C

Black with #FEE64C

Text Example


Text Example

White with #FEE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE64C; }

 p { color: rgb(254,230,76); }

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

background-color css

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

 a { background-color: rgb(254,230,76); }

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

border-color css

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

 span { border-color: rgb(254,230,76); }

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