Html Css Color HEX #FDF655 Paris Daisy

📋 copy color: '#FDF655'

red 253 ◦ green 246 ◦ blue 85

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

Shades of Paris Daisy #FDF655

Tints of Paris Daisy #FDF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.12%

 BLUE value IS 85 (33.59% from 255) = 14.55%

R = 43.32%
G = 42.12%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF655 (or 0xFDF655) is known color: Paris Daisy. HEX triplet: FD, F6 and 55. RGB value is (253,246,85). Sum of RGB (Red+Green+Blue) = 253+246+85=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 85 (33.59% from 255 or 14.55% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF655 is #0209AA. Grayscale: #E6E6E6. Windows color (decimal): -133547 or 5633789. OLE color: 5633789.

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

Color convert

RGB 253 246 85 -
CMYK 0 0.03 0.66 0.01
HSL 57.5º 0.98% 0.66% -
HSV(B) 57.5º 0.66% 0.99% -
XYZ 75.1 87.45 21.52 -
YUV 229.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 253 246 85 0 0.03 0.66 0.01 57.5 0.98 0.66
Hex FD F6 55 0 3 42 1 3A 62 42
Octal 375 366 125 0 3 102 1 72 142 102
Binary 11111101 11110110 1010101 0 11 1000010 1 111010 1100010 1000010

Color Harmonies of #FDF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF655

Black with #FDF655

Text Example


Text Example

White with #FDF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF655; }

 p { color: rgb(253,246,85); }

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

background-color css

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

 a { background-color: rgb(253,246,85); }

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

border-color css

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

 span { border-color: rgb(253,246,85); }

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