Html Css Color HEX #FDDF66 Dandelion

📋 copy color: '#FDDF66'

red 253 ◦ green 223 ◦ blue 102

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

Shades of Dandelion #FDDF66

Tints of Dandelion #FDDF66

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 43.77%
G = 38.58%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDDF66 (or 0xFDDF66) is known color: Dandelion. HEX triplet: FD, DF and 66. RGB value is (253,223,102). Sum of RGB (Red+Green+Blue) = 253+223+102=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 102 (40.23% from 255 or 17.65% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF66 is #022099. Grayscale: #DADADA. Windows color (decimal): -139418 or 6742013. OLE color: 6742013.

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

Color convert

RGB 253 223 102 -
CMYK 0 0.12 0.60 0.01
HSL 48.08º 0.97% 0.7% -
HSV(B) 48.08º 0.6% 0.99% -
XYZ 69.29 74.62 23.32 -
YUV 218.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 253 223 102 0 0.12 0.60 0.01 48.08 0.97 0.7
Hex FD DF 66 0 C 3C 1 30 61 46
Octal 375 337 146 0 14 74 1 60 141 106
Binary 11111101 11011111 1100110 0 1100 111100 1 110000 1100001 1000110

Color Harmonies of #FDDF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF66

Black with #FDDF66

Text Example


Text Example

White with #FDDF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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