Html Css Color HEX #FDF252 Paris Daisy

📋 copy color: '#FDF252'

red 253 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #FDF252

Tints of Paris Daisy #FDF252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

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

R = 43.85%
G = 41.94%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF252 (or 0xFDF252) is known color: Paris Daisy. HEX triplet: FD, F2 and 52. RGB value is (253,242,82). Sum of RGB (Red+Green+Blue) = 253+242+82=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF252 is #020DAD. Grayscale: #E3E3E3. Windows color (decimal): -134574 or 5436157. OLE color: 5436157.

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

Color convert

RGB 253 242 82 -
CMYK 0 0.04 0.68 0.01
HSL 56.14º 0.98% 0.66% -
HSV(B) 56.14º 0.68% 0.99% -
XYZ 73.78 85 20.5 -
YUV 227.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 253 242 82 0 0.04 0.68 0.01 56.14 0.98 0.66
Hex FD F2 52 0 4 44 1 38 62 42
Octal 375 362 122 0 4 104 1 70 142 102
Binary 11111101 11110010 1010010 0 100 1000100 1 111000 1100010 1000010

Color Harmonies of #FDF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF252

Black with #FDF252

Text Example


Text Example

White with #FDF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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