Html Css Color HEX #FDED54 Paris Daisy

📋 copy color: '#FDED54'

red 253 ◦ green 237 ◦ blue 84

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

Shades of Paris Daisy #FDED54

Tints of Paris Daisy #FDED54

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

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

R = 44.08%
G = 41.29%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDED54 (or 0xFDED54) is known color: Paris Daisy. HEX triplet: FD, ED and 54. RGB value is (253,237,84). Sum of RGB (Red+Green+Blue) = 253+237+84=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 84 (33.20% from 255 or 14.63% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED54 is #0212AB. Grayscale: #E0E0E0. Windows color (decimal): -135852 or 5565949. OLE color: 5565949.

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

Color convert

RGB 253 237 84 -
CMYK 0 0.06 0.67 0.01
HSL 54.32º 0.98% 0.66% -
HSV(B) 54.32º 0.67% 0.99% -
XYZ 72.39 82.09 20.42 -
YUV 224.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 253 237 84 0 0.06 0.67 0.01 54.32 0.98 0.66
Hex FD ED 54 0 6 43 1 36 62 42
Octal 375 355 124 0 6 103 1 66 142 102
Binary 11111101 11101101 1010100 0 110 1000011 1 110110 1100010 1000010

Color Harmonies of #FDED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED54

Black with #FDED54

Text Example


Text Example

White with #FDED54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED54; }

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

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

background-color css

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

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

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

border-color css

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

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

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