Html Css Color HEX #FDE952 Paris Daisy

📋 copy color: '#FDE952'

red 253 ◦ green 233 ◦ blue 82

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

Shades of Paris Daisy #FDE952

Tints of Paris Daisy #FDE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

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

R = 44.54%
G = 41.02%
B = 14.44%

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

#FDE952 (or 0xFDE952) is known color: Paris Daisy. HEX triplet: FD, E9 and 52. RGB value is (253,233,82). Sum of RGB (Red+Green+Blue) = 253+233+82=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 82 (32.42% from 255 or 14.44% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE952 is #0216AD. Grayscale: #DEDEDE. Windows color (decimal): -136878 or 5433853. OLE color: 5433853.

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

Color convert

RGB 253 233 82 -
CMYK 0 0.08 0.68 0.01
HSL 52.98º 0.98% 0.66% -
HSV(B) 52.98º 0.68% 0.99% -
XYZ 71.17 79.77 19.63 -
YUV 221.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 253 233 82 0 0.08 0.68 0.01 52.98 0.98 0.66
Hex FD E9 52 0 8 44 1 35 62 42
Octal 375 351 122 0 10 104 1 65 142 102
Binary 11111101 11101001 1010010 0 1000 1000100 1 110101 1100010 1000010

Color Harmonies of #FDE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE952

Black with #FDE952

Text Example


Text Example

White with #FDE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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