Html Css Color HEX #FEE14C Paris Daisy

📋 copy color: '#FEE14C'

red 254 ◦ green 225 ◦ blue 76

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

Shades of Paris Daisy #FEE14C

Tints of Paris Daisy #FEE14C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.54%

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

R = 45.77%
G = 40.54%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE14C (or 0xFEE14C) is known color: Paris Daisy. HEX triplet: FE, E1 and 4C. RGB value is (254,225,76). Sum of RGB (Red+Green+Blue) = 254+225+76=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE14C is #011EB3. Grayscale: #D9D9D9. Windows color (decimal): -73396 or 5038590. OLE color: 5038590.

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

Color convert

RGB 254 225 76 -
CMYK 0 0.11 0.70 0.00
HSL 50.22º 0.99% 0.65% -
HSV(B) 50.22º 0.7% 1% -
XYZ 69.1 75.44 17.76 -
YUV 216.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 254 225 76 0 0.11 0.70 0.00 50.22 0.99 0.65
Hex FE E1 4C 0 B 46 0 32 63 41
Octal 376 341 114 0 13 106 0 62 143 101
Binary 11111110 11100001 1001100 0 1011 1000110 0 110010 1100011 1000001

Color Harmonies of #FEE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE14C

Black with #FEE14C

Text Example


Text Example

White with #FEE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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