Html Css Color HEX #FDD45C Dandelion

📋 copy color: '#FDD45C'

red 253 ◦ green 212 ◦ blue 92

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

Shades of Dandelion #FDD45C

Tints of Dandelion #FDD45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.52%

R = 45.42%
G = 38.06%
B = 16.52%

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

#FDD45C (or 0xFDD45C) is known color: Dandelion. HEX triplet: FD, D4 and 5C. RGB value is (253,212,92). Sum of RGB (Red+Green+Blue) = 253+212+92=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD45C is #022BA3. Grayscale: #D3D3D3. Windows color (decimal): -142244 or 6083837. OLE color: 6083837.

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

Color convert

RGB 253 212 92 -
CMYK 0 0.16 0.64 0.01
HSL 44.72º 0.98% 0.68% -
HSV(B) 44.72º 0.64% 0.99% -
XYZ 65.98 68.74 19.92 -
YUV 210.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 253 212 92 0 0.16 0.64 0.01 44.72 0.98 0.68
Hex FD D4 5C 0 10 40 1 2D 62 44
Octal 375 324 134 0 20 100 1 55 142 104
Binary 11111101 11010100 1011100 0 10000 1000000 1 101101 1100010 1000100

Color Harmonies of #FDD45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD45C

Black with #FDD45C

Text Example


Text Example

White with #FDD45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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