Html Css Color HEX #FDD45B Dandelion

📋 copy color: '#FDD45B'

red 253 ◦ green 212 ◦ blue 91

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

Shades of Dandelion #FDD45B

Tints of Dandelion #FDD45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 45.5%
G = 38.13%
B = 16.37%

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

#FDD45B (or 0xFDD45B) is known color: Dandelion. HEX triplet: FD, D4 and 5B. RGB value is (253,212,91). Sum of RGB (Red+Green+Blue) = 253+212+91=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD45B is #022BA4. Grayscale: #D2D2D2. Windows color (decimal): -142245 or 6018301. OLE color: 6018301.

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

Color convert

RGB 253 212 91 -
CMYK 0 0.16 0.64 0.01
HSL 44.81º 0.98% 0.67% -
HSV(B) 44.81º 0.64% 0.99% -
XYZ 65.94 68.72 19.69 -
YUV 210.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 253 212 91 0 0.16 0.64 0.01 44.81 0.98 0.67
Hex FD D4 5B 0 10 40 1 2D 62 43
Octal 375 324 133 0 20 100 1 55 142 103
Binary 11111101 11010100 1011011 0 10000 1000000 1 101101 1100010 1000011

Color Harmonies of #FDD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD45B

Black with #FDD45B

Text Example


Text Example

White with #FDD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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