Html Css Color HEX #FDDF64 Dandelion

📋 copy color: '#FDDF64'

red 253 ◦ green 223 ◦ blue 100

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

Shades of Dandelion #FDDF64

Tints of Dandelion #FDDF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.36%

R = 43.92%
G = 38.72%
B = 17.36%

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

#FDDF64 (or 0xFDDF64) is known color: Dandelion. HEX triplet: FD, DF and 64. RGB value is (253,223,100). Sum of RGB (Red+Green+Blue) = 253+223+100=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF64 is #02209B. Grayscale: #DADADA. Windows color (decimal): -139420 or 6610941. OLE color: 6610941.

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

Color convert

RGB 253 223 100 -
CMYK 0 0.12 0.60 0.01
HSL 48.24º 0.97% 0.69% -
HSV(B) 48.24º 0.6% 0.99% -
XYZ 69.2 74.58 22.8 -
YUV 217.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 253 223 100 0 0.12 0.60 0.01 48.24 0.97 0.69
Hex FD DF 64 0 C 3C 1 30 61 45
Octal 375 337 144 0 14 74 1 60 141 105
Binary 11111101 11011111 1100100 0 1100 111100 1 110000 1100001 1000101

Color Harmonies of #FDDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF64

Black with #FDDF64

Text Example


Text Example

White with #FDDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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