Html Css Color HEX #FEED44 Paris Daisy

📋 copy color: '#FEED44'

red 254 ◦ green 237 ◦ blue 68

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

Shades of Paris Daisy #FEED44

Tints of Paris Daisy #FEED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.16%

R = 45.44%
G = 42.4%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEED44 (or 0xFEED44) is known color: Paris Daisy. HEX triplet: FE, ED and 44. RGB value is (254,237,68). Sum of RGB (Red+Green+Blue) = 254+237+68=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 68 (26.95% from 255 or 12.16% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED44 is #0112BB. Grayscale: #DFDFDF. Windows color (decimal): -70332 or 4517374. OLE color: 4517374.

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

Color convert

RGB 254 237 68 -
CMYK 0 0.07 0.73 0.00
HSL 54.52º 0.99% 0.63% -
HSV(B) 54.52º 0.73% 1% -
XYZ 72.2 82.06 17.5 -
YUV 222.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 254 237 68 0 0.07 0.73 0.00 54.52 0.99 0.63
Hex FE ED 44 0 7 49 0 37 63 3F
Octal 376 355 104 0 7 111 0 67 143 77
Binary 11111110 11101101 1000100 0 111 1001001 0 110111 1100011 111111

Color Harmonies of #FEED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEED44

Black with #FEED44

Text Example


Text Example

White with #FEED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEED44; }

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

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

background-color css

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

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

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

border-color css

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

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

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