Html Css Color HEX #FFD45F Dandelion

📋 copy color: '#FFD45F'

red 255 ◦ green 212 ◦ blue 95

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

Shades of Dandelion #FFD45F

Tints of Dandelion #FFD45F

RGB

 RED value IS 255 (100% from 255) = 45.37%

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

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

R = 45.37%
G = 37.72%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFD45F (or 0xFFD45F) is known color: Dandelion. HEX triplet: FF, D4 and 5F. RGB value is (255,212,95). Sum of RGB (Red+Green+Blue) = 255+212+95=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45F is #002BA0. Grayscale: #D4D4D4. Windows color (decimal): -11169 or 6280447. OLE color: 6280447.

HSL color Cylindrical-coordinate representation of color #FFD45F: hue angle of 43.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD45F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 95 -
CMYK 0 0.17 0.63 0
HSL 43.88º 1% 0.69% -
HSV(B) 43.88º 0.63% 1% -
XYZ 66.85 69.17 20.65 -
YUV 211.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 255 212 95 0 0.17 0.63 0 43.88 1 0.69
Hex FF D4 5F 0 11 3F 0 2C 64 45
Octal 377 324 137 0 21 77 0 54 144 105
Binary 11111111 11010100 1011111 0 10001 111111 0 101100 1100100 1000101

Color Harmonies of #FFD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD45F

Black with #FFD45F

Text Example


Text Example

White with #FFD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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