Html Css Color HEX #FDF052 Paris Daisy

📋 copy color: '#FDF052'

red 253 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #FDF052

Tints of Paris Daisy #FDF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.74%

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

R = 44%
G = 41.74%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF052 (or 0xFDF052) is known color: Paris Daisy. HEX triplet: FD, F0 and 52. RGB value is (253,240,82). Sum of RGB (Red+Green+Blue) = 253+240+82=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF052 is #020FAD. Grayscale: #E2E2E2. Windows color (decimal): -135086 or 5435645. OLE color: 5435645.

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

Color convert

RGB 253 240 82 -
CMYK 0 0.05 0.68 0.01
HSL 55.44º 0.98% 0.66% -
HSV(B) 55.44º 0.68% 0.99% -
XYZ 73.19 83.81 20.3 -
YUV 225.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 253 240 82 0 0.05 0.68 0.01 55.44 0.98 0.66
Hex FD F0 52 0 5 44 1 37 62 42
Octal 375 360 122 0 5 104 1 67 142 102
Binary 11111101 11110000 1010010 0 101 1000100 1 110111 1100010 1000010

Color Harmonies of #FDF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF052

Black with #FDF052

Text Example


Text Example

White with #FDF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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