Html Css Color HEX #FEE64F Paris Daisy

📋 copy color: '#FEE64F'

red 254 ◦ green 230 ◦ blue 79

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

Shades of Paris Daisy #FEE64F

Tints of Paris Daisy #FEE64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.03%

R = 45.12%
G = 40.85%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE64F (or 0xFEE64F) is known color: Paris Daisy. HEX triplet: FE, E6 and 4F. RGB value is (254,230,79). Sum of RGB (Red+Green+Blue) = 254+230+79=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 79 (31.25% from 255 or 14.03% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE64F is #0119B0. Grayscale: #DCDCDC. Windows color (decimal): -72113 or 5236478. OLE color: 5236478.

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

Color convert

RGB 254 230 79 -
CMYK 0 0.09 0.69 0.00
HSL 51.77º 0.99% 0.65% -
HSV(B) 51.77º 0.69% 1% -
XYZ 70.58 78.23 18.78 -
YUV 219.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 254 230 79 0 0.09 0.69 0.00 51.77 0.99 0.65
Hex FE E6 4F 0 9 45 0 34 63 41
Octal 376 346 117 0 11 105 0 64 143 101
Binary 11111110 11100110 1001111 0 1001 1000101 0 110100 1100011 1000001

Color Harmonies of #FEE64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE64F

Black with #FEE64F

Text Example


Text Example

White with #FEE64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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