Html Css Color HEX #FDD45F Dandelion

📋 copy color: '#FDD45F'

red 253 ◦ green 212 ◦ blue 95

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

Shades of Dandelion #FDD45F

Tints of Dandelion #FDD45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.96%

R = 45.18%
G = 37.86%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD45F (or 0xFDD45F) is known color: Dandelion. HEX triplet: FD, D4 and 5F. RGB value is (253,212,95). Sum of RGB (Red+Green+Blue) = 253+212+95=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD45F is #022BA0. Grayscale: #D3D3D3. Windows color (decimal): -142241 or 6280445. OLE color: 6280445.

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

Color convert

RGB 253 212 95 -
CMYK 0 0.16 0.62 0.01
HSL 44.43º 0.98% 0.68% -
HSV(B) 44.43º 0.62% 0.99% -
XYZ 66.12 68.8 20.62 -
YUV 210.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 253 212 95 0 0.16 0.62 0.01 44.43 0.98 0.68
Hex FD D4 5F 0 10 3E 1 2C 62 44
Octal 375 324 137 0 20 76 1 54 142 104
Binary 11111101 11010100 1011111 0 10000 111110 1 101100 1100010 1000100

Color Harmonies of #FDD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD45F

Black with #FDD45F

Text Example


Text Example

White with #FDD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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