Html Css Color HEX #FEED48 Paris Daisy

📋 copy color: '#FEED48'

red 254 ◦ green 237 ◦ blue 72

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

Shades of Paris Daisy #FEED48

Tints of Paris Daisy #FEED48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.79%

R = 45.12%
G = 42.1%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEED48 (or 0xFEED48) is known color: Paris Daisy. HEX triplet: FE, ED and 48. RGB value is (254,237,72). Sum of RGB (Red+Green+Blue) = 254+237+72=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 72 (28.52% from 255 or 12.79% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED48 is #0112B7. Grayscale: #DFDFDF. Windows color (decimal): -70328 or 4779518. OLE color: 4779518.

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

Color convert

RGB 254 237 72 -
CMYK 0 0.07 0.72 0.00
HSL 54.4º 0.99% 0.64% -
HSV(B) 54.4º 0.72% 1% -
XYZ 72.33 82.11 18.17 -
YUV 223.27 42.63 149.92 -
System Red Green Blue C M Y K H S L
Decimal 254 237 72 0 0.07 0.72 0.00 54.4 0.99 0.64
Hex FE ED 48 0 7 48 0 36 63 40
Octal 376 355 110 0 7 110 0 66 143 100
Binary 11111110 11101101 1001000 0 111 1001000 0 110110 1100011 1000000

Color Harmonies of #FEED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEED48

Black with #FEED48

Text Example


Text Example

White with #FEED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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