Html Css Color HEX #FDDB5F Dandelion

📋 copy color: '#FDDB5F'

red 253 ◦ green 219 ◦ blue 95

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

Shades of Dandelion #FDDB5F

Tints of Dandelion #FDDB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 44.62%
G = 38.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDDB5F (or 0xFDDB5F) is known color: Dandelion. HEX triplet: FD, DB and 5F. RGB value is (253,219,95). Sum of RGB (Red+Green+Blue) = 253+219+95=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5F is #0224A0. Grayscale: #D7D7D7. Windows color (decimal): -140449 or 6282237. OLE color: 6282237.

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

Color convert

RGB 253 219 95 -
CMYK 0 0.13 0.62 0.01
HSL 47.09º 0.98% 0.68% -
HSV(B) 47.09º 0.62% 0.99% -
XYZ 67.91 72.37 21.22 -
YUV 215.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 253 219 95 0 0.13 0.62 0.01 47.09 0.98 0.68
Hex FD DB 5F 0 D 3E 1 2F 62 44
Octal 375 333 137 0 15 76 1 57 142 104
Binary 11111101 11011011 1011111 0 1101 111110 1 101111 1100010 1000100

Color Harmonies of #FDDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB5F

Black with #FDDB5F

Text Example


Text Example

White with #FDDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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