Html Css Color HEX #FEF64D Paris Daisy

📋 copy color: '#FEF64D'

red 254 ◦ green 246 ◦ blue 77

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

Shades of Paris Daisy #FEF64D

Tints of Paris Daisy #FEF64D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.63%

 BLUE value IS 77 (30.47% from 255) = 13.34%

R = 44.02%
G = 42.63%
B = 13.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF64D (or 0xFEF64D) is known color: Paris Daisy. HEX triplet: FE, F6 and 4D. RGB value is (254,246,77). Sum of RGB (Red+Green+Blue) = 254+246+77=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 77 (30.47% from 255 or 13.34% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF64D is #0109B2. Grayscale: #E5E5E5. Windows color (decimal): -68019 or 5109502. OLE color: 5109502.

HSL color Cylindrical-coordinate representation of color #FEF64D: hue angle of 57.29º 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 #FEF64D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 77 -
CMYK 0 0.03 0.70 0.00
HSL 57.29º 0.99% 0.65% -
HSV(B) 57.29º 0.7% 1% -
XYZ 75.17 87.52 19.95 -
YUV 229.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 254 246 77 0 0.03 0.70 0.00 57.29 0.99 0.65
Hex FE F6 4D 0 3 46 0 39 63 41
Octal 376 366 115 0 3 106 0 71 143 101
Binary 11111110 11110110 1001101 0 11 1000110 0 111001 1100011 1000001

Color Harmonies of #FEF64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF64D

Black with #FEF64D

Text Example


Text Example

White with #FEF64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF64D; }

 p { color: rgb(254,246,77); }

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

background-color css

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

 a { background-color: rgb(254,246,77); }

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

border-color css

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

 span { border-color: rgb(254,246,77); }

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