Html Css Color HEX #FDEA52 Paris Daisy

📋 copy color: '#FDEA52'

red 253 ◦ green 234 ◦ blue 82

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

Shades of Paris Daisy #FDEA52

Tints of Paris Daisy #FDEA52

RGB

 RED value IS 253 (99.22% from 255) = 44.46%

 GREEN value IS 234 (91.8% from 255) = 41.12%

 BLUE value IS 82 (32.42% from 255) = 14.41%

R = 44.46%
G = 41.12%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDEA52 (or 0xFDEA52) is known color: Paris Daisy. HEX triplet: FD, EA and 52. RGB value is (253,234,82). Sum of RGB (Red+Green+Blue) = 253+234+82=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 82 (32.42% from 255 or 14.41% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA52 is #0215AD. Grayscale: #DEDEDE. Windows color (decimal): -136622 or 5434109. OLE color: 5434109.

HSL color Cylindrical-coordinate representation of color #FDEA52: hue angle of 53.33º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDEA52 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 82 -
CMYK 0 0.08 0.68 0.01
HSL 53.33º 0.98% 0.66% -
HSV(B) 53.33º 0.68% 0.99% -
XYZ 71.45 80.34 19.72 -
YUV 222.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 253 234 82 0 0.08 0.68 0.01 53.33 0.98 0.66
Hex FD EA 52 0 8 44 1 35 62 42
Octal 375 352 122 0 10 104 1 65 142 102
Binary 11111101 11101010 1010010 0 1000 1000100 1 110101 1100010 1000010

Color Harmonies of #FDEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA52

Black with #FDEA52

Text Example


Text Example

White with #FDEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA52; }

 p { color: rgb(253,234,82); }

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

background-color css

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

 a { background-color: rgb(253,234,82); }

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

border-color css

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

 span { border-color: rgb(253,234,82); }

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