Html Css Color HEX #FDD466 Dandelion

📋 copy color: '#FDD466'

red 253 ◦ green 212 ◦ blue 102

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

Shades of Dandelion #FDD466

Tints of Dandelion #FDD466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.39%

 BLUE value IS 102 (40.23% from 255) = 17.99%

R = 44.62%
G = 37.39%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD466 (or 0xFDD466) is known color: Dandelion. HEX triplet: FD, D4 and 66. RGB value is (253,212,102). Sum of RGB (Red+Green+Blue) = 253+212+102=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 102 (40.23% from 255 or 17.99% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD466 is #022B99. Grayscale: #D4D4D4. Windows color (decimal): -142234 or 6739197. OLE color: 6739197.

HSL color Cylindrical-coordinate representation of color #FDD466: hue angle of 43.71º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD466 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 102 -
CMYK 0 0.16 0.60 0.01
HSL 43.71º 0.97% 0.7% -
HSV(B) 43.71º 0.6% 0.99% -
XYZ 66.45 68.93 22.37 -
YUV 211.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 253 212 102 0 0.16 0.60 0.01 43.71 0.97 0.7
Hex FD D4 66 0 10 3C 1 2C 61 46
Octal 375 324 146 0 20 74 1 54 141 106
Binary 11111101 11010100 1100110 0 10000 111100 1 101100 1100001 1000110

Color Harmonies of #FDD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD466

Black with #FDD466

Text Example


Text Example

White with #FDD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD466; }

 p { color: rgb(253,212,102); }

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

background-color css

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

 a { background-color: rgb(253,212,102); }

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

border-color css

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

 span { border-color: rgb(253,212,102); }

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