Html Css Color HEX #FFD062 Dandelion

📋 copy color: '#FFD062'

red 255 ◦ green 208 ◦ blue 98

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

Shades of Dandelion #FFD062

Tints of Dandelion #FFD062

RGB

 RED value IS 255 (100% from 255) = 45.45%

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

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

R = 45.45%
G = 37.08%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFD062 (or 0xFFD062) is known color: Dandelion. HEX triplet: FF, D0 and 62. RGB value is (255,208,98). Sum of RGB (Red+Green+Blue) = 255+208+98=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD062 is #002F9D. Grayscale: #D2D2D2. Windows color (decimal): -12190 or 6476031. OLE color: 6476031.

HSL color Cylindrical-coordinate representation of color #FFD062: hue angle of 42.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFD062 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 98 -
CMYK 0 0.18 0.62 0
HSL 42.04º 1% 0.69% -
HSV(B) 42.04º 0.62% 1% -
XYZ 66 67.25 21.06 -
YUV 209.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 255 208 98 0 0.18 0.62 0 42.04 1 0.69
Hex FF D0 62 0 12 3E 0 2A 64 45
Octal 377 320 142 0 22 76 0 52 144 105
Binary 11111111 11010000 1100010 0 10010 111110 0 101010 1100100 1000101

Color Harmonies of #FFD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD062

Black with #FFD062

Text Example


Text Example

White with #FFD062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD062; }

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

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

background-color css

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

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

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

border-color css

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

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

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