Html Css Color HEX #FDD261 Dandelion

📋 copy color: '#FDD261'

red 253 ◦ green 210 ◦ blue 97

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

Shades of Dandelion #FDD261

Tints of Dandelion #FDD261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.5%

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

R = 45.18%
G = 37.5%
B = 17.32%

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

#FDD261 (or 0xFDD261) is known color: Dandelion. HEX triplet: FD, D2 and 61. RGB value is (253,210,97). Sum of RGB (Red+Green+Blue) = 253+210+97=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD261 is #022D9E. Grayscale: #D2D2D2. Windows color (decimal): -142751 or 6411005. OLE color: 6411005.

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

Color convert

RGB 253 210 97 -
CMYK 0 0.17 0.62 0.01
HSL 43.46º 0.98% 0.69% -
HSV(B) 43.46º 0.62% 0.99% -
XYZ 65.71 67.84 20.94 -
YUV 209.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 253 210 97 0 0.17 0.62 0.01 43.46 0.98 0.69
Hex FD D2 61 0 11 3E 1 2B 62 45
Octal 375 322 141 0 21 76 1 53 142 105
Binary 11111101 11010010 1100001 0 10001 111110 1 101011 1100010 1000101

Color Harmonies of #FDD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD261

Black with #FDD261

Text Example


Text Example

White with #FDD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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