Html Css Color HEX #FDF954 Paris Daisy

📋 copy color: '#FDF954'

red 253 ◦ green 249 ◦ blue 84

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

Shades of Paris Daisy #FDF954

Tints of Paris Daisy #FDF954

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

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

R = 43.17%
G = 42.49%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF954 (or 0xFDF954) is known color: Paris Daisy. HEX triplet: FD, F9 and 54. RGB value is (253,249,84). Sum of RGB (Red+Green+Blue) = 253+249+84=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 84 (33.20% from 255 or 14.33% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF954 is #0206AB. Grayscale: #E8E8E8. Windows color (decimal): -132780 or 5569021. OLE color: 5569021.

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

Color convert

RGB 253 249 84 -
CMYK 0 0.02 0.67 0.01
HSL 58.58º 0.98% 0.66% -
HSV(B) 58.58º 0.67% 0.99% -
XYZ 75.98 89.27 21.61 -
YUV 231.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 253 249 84 0 0.02 0.67 0.01 58.58 0.98 0.66
Hex FD F9 54 0 2 43 1 3B 62 42
Octal 375 371 124 0 2 103 1 73 142 102
Binary 11111101 11111001 1010100 0 10 1000011 1 111011 1100010 1000010

Color Harmonies of #FDF954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF954

Black with #FDF954

Text Example


Text Example

White with #FDF954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF954; }

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

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

background-color css

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

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

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

border-color css

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

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

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