Html Css Color HEX #FDD558 Dandelion

📋 copy color: '#FDD558'

red 253 ◦ green 213 ◦ blue 88

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

Shades of Dandelion #FDD558

Tints of Dandelion #FDD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

 BLUE value IS 88 (34.77% from 255) = 15.88%

R = 45.67%
G = 38.45%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDD558 (or 0xFDD558) is known color: Dandelion. HEX triplet: FD, D5 and 58. RGB value is (253,213,88). Sum of RGB (Red+Green+Blue) = 253+213+88=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 88 (34.77% from 255 or 15.88% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD558 is #022AA7. Grayscale: #D3D3D3. Windows color (decimal): -141992 or 5821949. OLE color: 5821949.

HSL color Cylindrical-coordinate representation of color #FDD558: hue angle of 45.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDD558 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 88 -
CMYK 0 0.16 0.65 0.01
HSL 45.45º 0.98% 0.67% -
HSV(B) 45.45º 0.65% 0.99% -
XYZ 66.06 69.18 19.1 -
YUV 210.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 253 213 88 0 0.16 0.65 0.01 45.45 0.98 0.67
Hex FD D5 58 0 10 41 1 2D 62 43
Octal 375 325 130 0 20 101 1 55 142 103
Binary 11111101 11010101 1011000 0 10000 1000001 1 101101 1100010 1000011

Color Harmonies of #FDD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD558

Black with #FDD558

Text Example


Text Example

White with #FDD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD558; }

 p { color: rgb(253,213,88); }

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

background-color css

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

 a { background-color: rgb(253,213,88); }

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

border-color css

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

 span { border-color: rgb(253,213,88); }

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