Html Css Color HEX #FDD062 Dandelion

📋 copy color: '#FDD062'

red 253 ◦ green 208 ◦ blue 98

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

Shades of Dandelion #FDD062

Tints of Dandelion #FDD062

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

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

R = 45.26%
G = 37.21%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDD062 (or 0xFDD062) is known color: Dandelion. HEX triplet: FD, D0 and 62. RGB value is (253,208,98). Sum of RGB (Red+Green+Blue) = 253+208+98=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD062 is #022F9D. Grayscale: #D1D1D1. Windows color (decimal): -143262 or 6476029. OLE color: 6476029.

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

Color convert

RGB 253 208 98 -
CMYK 0 0.18 0.61 0.01
HSL 42.58º 0.97% 0.69% -
HSV(B) 42.58º 0.61% 0.99% -
XYZ 65.27 66.88 21.02 -
YUV 208.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 253 208 98 0 0.18 0.61 0.01 42.58 0.97 0.69
Hex FD D0 62 0 12 3D 1 2B 61 45
Octal 375 320 142 0 22 75 1 53 141 105
Binary 11111101 11010000 1100010 0 10010 111101 1 101011 1100001 1000101

Color Harmonies of #FDD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD062

Black with #FDD062

Text Example


Text Example

White with #FDD062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD062; }

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

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

background-color css

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

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

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

border-color css

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

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

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