Html Css Color HEX #FDF254 Paris Daisy

📋 copy color: '#FDF254'

red 253 ◦ green 242 ◦ blue 84

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

Shades of Paris Daisy #FDF254

Tints of Paris Daisy #FDF254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.51%

R = 43.7%
G = 41.8%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF254 (or 0xFDF254) is known color: Paris Daisy. HEX triplet: FD, F2 and 54. RGB value is (253,242,84). Sum of RGB (Red+Green+Blue) = 253+242+84=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 84 (33.20% from 255 or 14.51% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF254 is #020DAB. Grayscale: #E3E3E3. Windows color (decimal): -134572 or 5567229. OLE color: 5567229.

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

Color convert

RGB 253 242 84 -
CMYK 0 0.04 0.67 0.01
HSL 56.09º 0.98% 0.66% -
HSV(B) 56.09º 0.67% 0.99% -
XYZ 73.86 85.03 20.91 -
YUV 227.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 253 242 84 0 0.04 0.67 0.01 56.09 0.98 0.66
Hex FD F2 54 0 4 43 1 38 62 42
Octal 375 362 124 0 4 103 1 70 142 102
Binary 11111101 11110010 1010100 0 100 1000011 1 111000 1100010 1000010

Color Harmonies of #FDF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF254

Black with #FDF254

Text Example


Text Example

White with #FDF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF254; }

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

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

background-color css

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

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

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

border-color css

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

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

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