Html Css Color HEX #FDDB62 Dandelion

📋 copy color: '#FDDB62'

red 253 ◦ green 219 ◦ blue 98

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

Shades of Dandelion #FDDB62

Tints of Dandelion #FDDB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

 BLUE value IS 98 (38.67% from 255) = 17.19%

R = 44.39%
G = 38.42%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDDB62 (or 0xFDDB62) is known color: Dandelion. HEX triplet: FD, DB and 62. RGB value is (253,219,98). Sum of RGB (Red+Green+Blue) = 253+219+98=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB62 is #02249D. Grayscale: #D7D7D7. Windows color (decimal): -140446 or 6478845. OLE color: 6478845.

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

Color convert

RGB 253 219 98 -
CMYK 0 0.13 0.61 0.01
HSL 46.84º 0.97% 0.69% -
HSV(B) 46.84º 0.61% 0.99% -
XYZ 68.04 72.43 21.95 -
YUV 215.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 253 219 98 0 0.13 0.61 0.01 46.84 0.97 0.69
Hex FD DB 62 0 D 3D 1 2F 61 45
Octal 375 333 142 0 15 75 1 57 141 105
Binary 11111101 11011011 1100010 0 1101 111101 1 101111 1100001 1000101

Color Harmonies of #FDDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB62

Black with #FDDB62

Text Example


Text Example

White with #FDDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB62; }

 p { color: rgb(253,219,98); }

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

background-color css

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

 a { background-color: rgb(253,219,98); }

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

border-color css

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

 span { border-color: rgb(253,219,98); }

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