Html Css Color HEX #FDD361 Dandelion

📋 copy color: '#FDD361'

red 253 ◦ green 211 ◦ blue 97

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

Shades of Dandelion #FDD361

Tints of Dandelion #FDD361

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.61%

 BLUE value IS 97 (38.28% from 255) = 17.29%

R = 45.1%
G = 37.61%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD361 (or 0xFDD361) is known color: Dandelion. HEX triplet: FD, D3 and 61. RGB value is (253,211,97). Sum of RGB (Red+Green+Blue) = 253+211+97=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD361 is #022C9E. Grayscale: #D3D3D3. Windows color (decimal): -142495 or 6411261. OLE color: 6411261.

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

Color convert

RGB 253 211 97 -
CMYK 0 0.17 0.62 0.01
HSL 43.85º 0.98% 0.69% -
HSV(B) 43.85º 0.62% 0.99% -
XYZ 65.96 68.33 21.02 -
YUV 210.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 253 211 97 0 0.17 0.62 0.01 43.85 0.98 0.69
Hex FD D3 61 0 11 3E 1 2C 62 45
Octal 375 323 141 0 21 76 1 54 142 105
Binary 11111101 11010011 1100001 0 10001 111110 1 101100 1100010 1000101

Color Harmonies of #FDD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD361

Black with #FDD361

Text Example


Text Example

White with #FDD361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD361; }

 p { color: rgb(253,211,97); }

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

background-color css

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

 a { background-color: rgb(253,211,97); }

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

border-color css

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

 span { border-color: rgb(253,211,97); }

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