Html Css Color HEX #FDD55B Dandelion

📋 copy color: '#FDD55B'

red 253 ◦ green 213 ◦ blue 91

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

Shades of Dandelion #FDD55B

Tints of Dandelion #FDD55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.34%

R = 45.42%
G = 38.24%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDD55B (or 0xFDD55B) is known color: Dandelion. HEX triplet: FD, D5 and 5B. RGB value is (253,213,91). Sum of RGB (Red+Green+Blue) = 253+213+91=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55B is #022AA4. Grayscale: #D3D3D3. Windows color (decimal): -141989 or 6018557. OLE color: 6018557.

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

Color convert

RGB 253 213 91 -
CMYK 0 0.16 0.64 0.01
HSL 45.19º 0.98% 0.67% -
HSV(B) 45.19º 0.64% 0.99% -
XYZ 66.19 69.23 19.77 -
YUV 211.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 253 213 91 0 0.16 0.64 0.01 45.19 0.98 0.67
Hex FD D5 5B 0 10 40 1 2D 62 43
Octal 375 325 133 0 20 100 1 55 142 103
Binary 11111101 11010101 1011011 0 10000 1000000 1 101101 1100010 1000011

Color Harmonies of #FDD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD55B

Black with #FDD55B

Text Example


Text Example

White with #FDD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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