Html Css Color HEX #FDEE52 Paris Daisy

📋 copy color: '#FDEE52'

red 253 ◦ green 238 ◦ blue 82

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

Shades of Paris Daisy #FDEE52

Tints of Paris Daisy #FDEE52

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

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

R = 44.15%
G = 41.54%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDEE52 (or 0xFDEE52) is known color: Paris Daisy. HEX triplet: FD, EE and 52. RGB value is (253,238,82). Sum of RGB (Red+Green+Blue) = 253+238+82=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 82 (32.42% from 255 or 14.31% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE52 is #0211AD. Grayscale: #E1E1E1. Windows color (decimal): -135598 or 5435133. OLE color: 5435133.

HSL color Cylindrical-coordinate representation of color #FDEE52: hue angle of 54.74º 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 #FDEE52 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 82 -
CMYK 0 0.06 0.68 0.01
HSL 54.74º 0.98% 0.66% -
HSV(B) 54.74º 0.68% 0.99% -
XYZ 72.61 82.64 20.11 -
YUV 224.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 253 238 82 0 0.06 0.68 0.01 54.74 0.98 0.66
Hex FD EE 52 0 6 44 1 37 62 42
Octal 375 356 122 0 6 104 1 67 142 102
Binary 11111101 11101110 1010010 0 110 1000100 1 110111 1100010 1000010

Color Harmonies of #FDEE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEE52

Black with #FDEE52

Text Example


Text Example

White with #FDEE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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