Html Css Color HEX #FEEC4D Paris Daisy

📋 copy color: '#FEEC4D'

red 254 ◦ green 236 ◦ blue 77

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

Shades of Paris Daisy #FEEC4D

Tints of Paris Daisy #FEEC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 44.8%
G = 41.62%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEEC4D (or 0xFEEC4D) is known color: Paris Daisy. HEX triplet: FE, EC and 4D. RGB value is (254,236,77). Sum of RGB (Red+Green+Blue) = 254+236+77=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC4D is #0113B2. Grayscale: #DFDFDF. Windows color (decimal): -70579 or 5106942. OLE color: 5106942.

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

Color convert

RGB 254 236 77 -
CMYK 0 0.07 0.70 0.00
HSL 53.9º 0.99% 0.65% -
HSV(B) 53.9º 0.7% 1% -
XYZ 72.21 81.6 18.97 -
YUV 223.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 254 236 77 0 0.07 0.70 0.00 53.9 0.99 0.65
Hex FE EC 4D 0 7 46 0 36 63 41
Octal 376 354 115 0 7 106 0 66 143 101
Binary 11111110 11101100 1001101 0 111 1000110 0 110110 1100011 1000001

Color Harmonies of #FEEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC4D

Black with #FEEC4D

Text Example


Text Example

White with #FEEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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