Html Css Color HEX #FDF256 Paris Daisy

📋 copy color: '#FDF256'

red 253 ◦ green 242 ◦ blue 86

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

Shades of Paris Daisy #FDF256

Tints of Paris Daisy #FDF256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.8%

R = 43.55%
G = 41.65%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF256 (or 0xFDF256) is known color: Paris Daisy. HEX triplet: FD, F2 and 56. RGB value is (253,242,86). Sum of RGB (Red+Green+Blue) = 253+242+86=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 86 (33.98% from 255 or 14.80% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF256 is #020DA9. Grayscale: #E4E4E4. Windows color (decimal): -134570 or 5698301. OLE color: 5698301.

HSL color Cylindrical-coordinate representation of color #FDF256: hue angle of 56.05º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDF256 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 86 -
CMYK 0 0.04 0.66 0.01
HSL 56.05º 0.98% 0.66% -
HSV(B) 56.05º 0.66% 0.99% -
XYZ 73.94 85.06 21.33 -
YUV 227.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 253 242 86 0 0.04 0.66 0.01 56.05 0.98 0.66
Hex FD F2 56 0 4 42 1 38 62 42
Octal 375 362 126 0 4 102 1 70 142 102
Binary 11111101 11110010 1010110 0 100 1000010 1 111000 1100010 1000010

Color Harmonies of #FDF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF256

Black with #FDF256

Text Example


Text Example

White with #FDF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF256; }

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

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

background-color css

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

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

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

border-color css

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

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

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