Html Css Color HEX #FDD962 Dandelion

📋 copy color: '#FDD962'

red 253 ◦ green 217 ◦ blue 98

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

Shades of Dandelion #FDD962

Tints of Dandelion #FDD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

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

R = 44.54%
G = 38.2%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDD962 (or 0xFDD962) is known color: Dandelion. HEX triplet: FD, D9 and 62. RGB value is (253,217,98). Sum of RGB (Red+Green+Blue) = 253+217+98=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD962 is #02269D. Grayscale: #D6D6D6. Windows color (decimal): -140958 or 6478333. OLE color: 6478333.

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

Color convert

RGB 253 217 98 -
CMYK 0 0.14 0.61 0.01
HSL 46.06º 0.97% 0.69% -
HSV(B) 46.06º 0.61% 0.99% -
XYZ 67.53 71.39 21.78 -
YUV 214.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 253 217 98 0 0.14 0.61 0.01 46.06 0.97 0.69
Hex FD D9 62 0 E 3D 1 2E 61 45
Octal 375 331 142 0 16 75 1 56 141 105
Binary 11111101 11011001 1100010 0 1110 111101 1 101110 1100001 1000101

Color Harmonies of #FDD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD962

Black with #FDD962

Text Example


Text Example

White with #FDD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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