Html Css Color HEX #FDF354 Paris Daisy

📋 copy color: '#FDF354'

red 253 ◦ green 243 ◦ blue 84

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

Shades of Paris Daisy #FDF354

Tints of Paris Daisy #FDF354

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.9%

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

R = 43.62%
G = 41.9%
B = 14.48%

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

#FDF354 (or 0xFDF354) is known color: Paris Daisy. HEX triplet: FD, F3 and 54. RGB value is (253,243,84). Sum of RGB (Red+Green+Blue) = 253+243+84=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 84 (33.20% from 255 or 14.48% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF354 is #020CAB. Grayscale: #E4E4E4. Windows color (decimal): -134316 or 5567485. OLE color: 5567485.

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

Color convert

RGB 253 243 84 -
CMYK 0 0.04 0.67 0.01
HSL 56.45º 0.98% 0.66% -
HSV(B) 56.45º 0.67% 0.99% -
XYZ 74.16 85.62 21.01 -
YUV 227.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 253 243 84 0 0.04 0.67 0.01 56.45 0.98 0.66
Hex FD F3 54 0 4 43 1 38 62 42
Octal 375 363 124 0 4 103 1 70 142 102
Binary 11111101 11110011 1010100 0 100 1000011 1 111000 1100010 1000010

Color Harmonies of #FDF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF354

Black with #FDF354

Text Example


Text Example

White with #FDF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF354; }

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

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

background-color css

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

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

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

border-color css

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

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

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