Html Css Color HEX #FEED54 Paris Daisy

📋 copy color: '#FEED54'

red 254 ◦ green 237 ◦ blue 84

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

Shades of Paris Daisy #FEED54

Tints of Paris Daisy #FEED54

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

 BLUE value IS 84 (33.2% from 255) = 14.61%

R = 44.17%
G = 41.22%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEED54 (or 0xFEED54) is known color: Paris Daisy. HEX triplet: FE, ED and 54. RGB value is (254,237,84). Sum of RGB (Red+Green+Blue) = 254+237+84=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED54 is #0112AB. Grayscale: #E1E1E1. Windows color (decimal): -70316 or 5565950. OLE color: 5565950.

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

Color convert

RGB 254 237 84 -
CMYK 0 0.07 0.67 0.00
HSL 54º 0.99% 0.66% -
HSV(B) 54º 0.67% 1% -
XYZ 72.76 82.28 20.43 -
YUV 224.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 254 237 84 0 0.07 0.67 0.00 54 0.99 0.66
Hex FE ED 54 0 7 43 0 36 63 42
Octal 376 355 124 0 7 103 0 66 143 102
Binary 11111110 11101101 1010100 0 111 1000011 0 110110 1100011 1000010

Color Harmonies of #FEED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEED54

Black with #FEED54

Text Example


Text Example

White with #FEED54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEED54; }

 p { color: rgb(254,237,84); }

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

background-color css

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

 a { background-color: rgb(254,237,84); }

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

border-color css

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

 span { border-color: rgb(254,237,84); }

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