Html Css Color HEX #FDF654 Paris Daisy

📋 copy color: '#FDF654'

red 253 ◦ green 246 ◦ blue 84

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

Shades of Paris Daisy #FDF654

Tints of Paris Daisy #FDF654

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.2%

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

R = 43.4%
G = 42.2%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF654 (or 0xFDF654) is known color: Paris Daisy. HEX triplet: FD, F6 and 54. RGB value is (253,246,84). Sum of RGB (Red+Green+Blue) = 253+246+84=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 84 (33.20% from 255 or 14.41% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF654 is #0209AB. Grayscale: #E6E6E6. Windows color (decimal): -133548 or 5568253. OLE color: 5568253.

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

Color convert

RGB 253 246 84 -
CMYK 0 0.03 0.67 0.01
HSL 57.51º 0.98% 0.66% -
HSV(B) 57.51º 0.67% 0.99% -
XYZ 75.06 87.43 21.31 -
YUV 229.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 253 246 84 0 0.03 0.67 0.01 57.51 0.98 0.66
Hex FD F6 54 0 3 43 1 3A 62 42
Octal 375 366 124 0 3 103 1 72 142 102
Binary 11111101 11110110 1010100 0 11 1000011 1 111010 1100010 1000010

Color Harmonies of #FDF654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF654

Black with #FDF654

Text Example


Text Example

White with #FDF654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF654; }

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

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

background-color css

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

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

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

border-color css

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

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

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