Html Css Color HEX #FDF156 Paris Daisy

📋 copy color: '#FDF156'

red 253 ◦ green 241 ◦ blue 86

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

Shades of Paris Daisy #FDF156

Tints of Paris Daisy #FDF156

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

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

R = 43.62%
G = 41.55%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF156 (or 0xFDF156) is known color: Paris Daisy. HEX triplet: FD, F1 and 56. RGB value is (253,241,86). Sum of RGB (Red+Green+Blue) = 253+241+86=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 86 (33.98% from 255 or 14.83% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF156 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF156 is #020EA9. Grayscale: #E3E3E3. Windows color (decimal): -134826 or 5698045. OLE color: 5698045.

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

Color convert

RGB 253 241 86 -
CMYK 0 0.05 0.66 0.01
HSL 55.69º 0.98% 0.66% -
HSV(B) 55.69º 0.66% 0.99% -
XYZ 73.64 84.47 21.23 -
YUV 226.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 253 241 86 0 0.05 0.66 0.01 55.69 0.98 0.66
Hex FD F1 56 0 5 42 1 38 62 42
Octal 375 361 126 0 5 102 1 70 142 102
Binary 11111101 11110001 1010110 0 101 1000010 1 111000 1100010 1000010

Color Harmonies of #FDF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF156

Black with #FDF156

Text Example


Text Example

White with #FDF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF156; }

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

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

background-color css

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

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

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

border-color css

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

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

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