Html Css Color HEX #FDEE54 Paris Daisy

📋 copy color: '#FDEE54'

red 253 ◦ green 238 ◦ blue 84

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

Shades of Paris Daisy #FDEE54

Tints of Paris Daisy #FDEE54

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.39%

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

R = 44%
G = 41.39%
B = 14.61%

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

#FDEE54 (or 0xFDEE54) is known color: Paris Daisy. HEX triplet: FD, EE and 54. RGB value is (253,238,84). Sum of RGB (Red+Green+Blue) = 253+238+84=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE54 is #0211AB. Grayscale: #E1E1E1. Windows color (decimal): -135596 or 5566205. OLE color: 5566205.

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

Color convert

RGB 253 238 84 -
CMYK 0 0.06 0.67 0.01
HSL 54.67º 0.98% 0.66% -
HSV(B) 54.67º 0.67% 0.99% -
XYZ 72.68 82.67 20.51 -
YUV 224.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 253 238 84 0 0.06 0.67 0.01 54.67 0.98 0.66
Hex FD EE 54 0 6 43 1 37 62 42
Octal 375 356 124 0 6 103 1 67 142 102
Binary 11111101 11101110 1010100 0 110 1000011 1 110111 1100010 1000010

Color Harmonies of #FDEE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEE54

Black with #FDEE54

Text Example


Text Example

White with #FDEE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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