Html Css Color HEX #FDD55F Dandelion

📋 copy color: '#FDD55F'

red 253 ◦ green 213 ◦ blue 95

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

Shades of Dandelion #FDD55F

Tints of Dandelion #FDD55F

RGB

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

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

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

R = 45.1%
G = 37.97%
B = 16.93%

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

#FDD55F (or 0xFDD55F) is known color: Dandelion. HEX triplet: FD, D5 and 5F. RGB value is (253,213,95). Sum of RGB (Red+Green+Blue) = 253+213+95=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55F is #022AA0. Grayscale: #D4D4D4. Windows color (decimal): -141985 or 6280701. OLE color: 6280701.

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

Color convert

RGB 253 213 95 -
CMYK 0 0.16 0.62 0.01
HSL 44.81º 0.98% 0.68% -
HSV(B) 44.81º 0.62% 0.99% -
XYZ 66.37 69.3 20.7 -
YUV 211.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 253 213 95 0 0.16 0.62 0.01 44.81 0.98 0.68
Hex FD D5 5F 0 10 3E 1 2D 62 44
Octal 375 325 137 0 20 76 1 55 142 104
Binary 11111101 11010101 1011111 0 10000 111110 1 101101 1100010 1000100

Color Harmonies of #FDD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD55F

Black with #FDD55F

Text Example


Text Example

White with #FDD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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