Html Css Color HEX #FDD562 Dandelion

📋 copy color: '#FDD562'

red 253 ◦ green 213 ◦ blue 98

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

Shades of Dandelion #FDD562

Tints of Dandelion #FDD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 44.86%
G = 37.77%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDD562 (or 0xFDD562) is known color: Dandelion. HEX triplet: FD, D5 and 62. RGB value is (253,213,98). Sum of RGB (Red+Green+Blue) = 253+213+98=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD562 is #022A9D. Grayscale: #D4D4D4. Windows color (decimal): -141982 or 6477309. OLE color: 6477309.

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

Color convert

RGB 253 213 98 -
CMYK 0 0.16 0.61 0.01
HSL 44.52º 0.97% 0.69% -
HSV(B) 44.52º 0.61% 0.99% -
XYZ 66.51 69.35 21.44 -
YUV 211.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 253 213 98 0 0.16 0.61 0.01 44.52 0.97 0.69
Hex FD D5 62 0 10 3D 1 2D 61 45
Octal 375 325 142 0 20 75 1 55 141 105
Binary 11111101 11010101 1100010 0 10000 111101 1 101101 1100001 1000101

Color Harmonies of #FDD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD562

Black with #FDD562

Text Example


Text Example

White with #FDD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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