Html Css Color HEX #FDD061 Dandelion

📋 copy color: '#FDD061'

red 253 ◦ green 208 ◦ blue 97

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

Shades of Dandelion #FDD061

Tints of Dandelion #FDD061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.28%

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

R = 45.34%
G = 37.28%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD061 (or 0xFDD061) is known color: Dandelion. HEX triplet: FD, D0 and 61. RGB value is (253,208,97). Sum of RGB (Red+Green+Blue) = 253+208+97=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD061 is #022F9E. Grayscale: #D1D1D1. Windows color (decimal): -143263 or 6410493. OLE color: 6410493.

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

Color convert

RGB 253 208 97 -
CMYK 0 0.18 0.62 0.01
HSL 42.69º 0.98% 0.69% -
HSV(B) 42.69º 0.62% 0.99% -
XYZ 65.22 66.86 20.78 -
YUV 208.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 253 208 97 0 0.18 0.62 0.01 42.69 0.98 0.69
Hex FD D0 61 0 12 3E 1 2B 62 45
Octal 375 320 141 0 22 76 1 53 142 105
Binary 11111101 11010000 1100001 0 10010 111110 1 101011 1100010 1000101

Color Harmonies of #FDD061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD061

Black with #FDD061

Text Example


Text Example

White with #FDD061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD061; }

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

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

background-color css

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

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

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

border-color css

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

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

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