Html Css Color HEX #FDF255 Paris Daisy

📋 copy color: '#FDF255'

red 253 ◦ green 242 ◦ blue 85

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

Shades of Paris Daisy #FDF255

Tints of Paris Daisy #FDF255

RGB

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

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

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

R = 43.62%
G = 41.72%
B = 14.66%

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

#FDF255 (or 0xFDF255) is known color: Paris Daisy. HEX triplet: FD, F2 and 55. RGB value is (253,242,85). Sum of RGB (Red+Green+Blue) = 253+242+85=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 85 (33.59% from 255 or 14.66% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF255 is #020DAA. Grayscale: #E4E4E4. Windows color (decimal): -134571 or 5632765. OLE color: 5632765.

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

Color convert

RGB 253 242 85 -
CMYK 0 0.04 0.66 0.01
HSL 56.07º 0.98% 0.66% -
HSV(B) 56.07º 0.66% 0.99% -
XYZ 73.9 85.04 21.11 -
YUV 227.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 253 242 85 0 0.04 0.66 0.01 56.07 0.98 0.66
Hex FD F2 55 0 4 42 1 38 62 42
Octal 375 362 125 0 4 102 1 70 142 102
Binary 11111101 11110010 1010101 0 100 1000010 1 111000 1100010 1000010

Color Harmonies of #FDF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF255

Black with #FDF255

Text Example


Text Example

White with #FDF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF255; }

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

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

background-color css

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

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

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

border-color css

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

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

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