Html Css Color HEX #FDD265 Dandelion

📋 copy color: '#FDD265'

red 253 ◦ green 210 ◦ blue 101

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

Shades of Dandelion #FDD265

Tints of Dandelion #FDD265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 44.86%
G = 37.23%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD265 (or 0xFDD265) is known color: Dandelion. HEX triplet: FD, D2 and 65. RGB value is (253,210,101). Sum of RGB (Red+Green+Blue) = 253+210+101=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD265 is #022D9A. Grayscale: #D2D2D2. Windows color (decimal): -142747 or 6673149. OLE color: 6673149.

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

Color convert

RGB 253 210 101 -
CMYK 0 0.17 0.60 0.01
HSL 43.03º 0.97% 0.69% -
HSV(B) 43.03º 0.6% 0.99% -
XYZ 65.9 67.92 21.95 -
YUV 210.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 253 210 101 0 0.17 0.60 0.01 43.03 0.97 0.69
Hex FD D2 65 0 11 3C 1 2B 61 45
Octal 375 322 145 0 21 74 1 53 141 105
Binary 11111101 11010010 1100101 0 10001 111100 1 101011 1100001 1000101

Color Harmonies of #FDD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD265

Black with #FDD265

Text Example


Text Example

White with #FDD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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