Html Css Color HEX #FDF054 Paris Daisy

📋 copy color: '#FDF054'

red 253 ◦ green 240 ◦ blue 84

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

Shades of Paris Daisy #FDF054

Tints of Paris Daisy #FDF054

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 43.85%
G = 41.59%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF054 (or 0xFDF054) is known color: Paris Daisy. HEX triplet: FD, F0 and 54. RGB value is (253,240,84). Sum of RGB (Red+Green+Blue) = 253+240+84=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF054 is #020FAB. Grayscale: #E2E2E2. Windows color (decimal): -135084 or 5566717. OLE color: 5566717.

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

Color convert

RGB 253 240 84 -
CMYK 0 0.05 0.67 0.01
HSL 55.38º 0.98% 0.66% -
HSV(B) 55.38º 0.67% 0.99% -
XYZ 73.27 83.84 20.71 -
YUV 226.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 253 240 84 0 0.05 0.67 0.01 55.38 0.98 0.66
Hex FD F0 54 0 5 43 1 37 62 42
Octal 375 360 124 0 5 103 1 67 142 102
Binary 11111101 11110000 1010100 0 101 1000011 1 110111 1100010 1000010

Color Harmonies of #FDF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF054

Black with #FDF054

Text Example


Text Example

White with #FDF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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