Html Css Color HEX #FDEF52 Paris Daisy

📋 copy color: '#FDEF52'

red 253 ◦ green 239 ◦ blue 82

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

Shades of Paris Daisy #FDEF52

Tints of Paris Daisy #FDEF52

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

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

R = 44.08%
G = 41.64%
B = 14.29%

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

#FDEF52 (or 0xFDEF52) is known color: Paris Daisy. HEX triplet: FD, EF and 52. RGB value is (253,239,82). Sum of RGB (Red+Green+Blue) = 253+239+82=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF52 is #0210AD. Grayscale: #E1E1E1. Windows color (decimal): -135342 or 5435389. OLE color: 5435389.

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

Color convert

RGB 253 239 82 -
CMYK 0 0.06 0.68 0.01
HSL 55.09º 0.98% 0.66% -
HSV(B) 55.09º 0.68% 0.99% -
XYZ 72.9 83.22 20.2 -
YUV 225.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 253 239 82 0 0.06 0.68 0.01 55.09 0.98 0.66
Hex FD EF 52 0 6 44 1 37 62 42
Octal 375 357 122 0 6 104 1 67 142 102
Binary 11111101 11101111 1010010 0 110 1000100 1 110111 1100010 1000010

Color Harmonies of #FDEF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF52

Black with #FDEF52

Text Example


Text Example

White with #FDEF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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