Html Css Color HEX #FDDC62 Dandelion

📋 copy color: '#FDDC62'

red 253 ◦ green 220 ◦ blue 98

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

Shades of Dandelion #FDDC62

Tints of Dandelion #FDDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 98 (38.67% from 255) = 17.16%

R = 44.31%
G = 38.53%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDDC62 (or 0xFDDC62) is known color: Dandelion. HEX triplet: FD, DC and 62. RGB value is (253,220,98). Sum of RGB (Red+Green+Blue) = 253+220+98=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC62 is #02239D. Grayscale: #D8D8D8. Windows color (decimal): -140190 or 6479101. OLE color: 6479101.

HSL color Cylindrical-coordinate representation of color #FDDC62: hue angle of 47.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDDC62 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 98 -
CMYK 0 0.13 0.61 0.01
HSL 47.23º 0.97% 0.69% -
HSV(B) 47.23º 0.61% 0.99% -
XYZ 68.31 72.95 22.04 -
YUV 215.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 253 220 98 0 0.13 0.61 0.01 47.23 0.97 0.69
Hex FD DC 62 0 D 3D 1 2F 61 45
Octal 375 334 142 0 15 75 1 57 141 105
Binary 11111101 11011100 1100010 0 1101 111101 1 101111 1100001 1000101

Color Harmonies of #FDDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC62

Black with #FDDC62

Text Example


Text Example

White with #FDDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC62; }

 p { color: rgb(253,220,98); }

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

background-color css

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

 a { background-color: rgb(253,220,98); }

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

border-color css

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

 span { border-color: rgb(253,220,98); }

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