Html Css Color HEX #FFD95F Dandelion

📋 copy color: '#FFD95F'

red 255 ◦ green 217 ◦ blue 95

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

Shades of Dandelion #FFD95F

Tints of Dandelion #FFD95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.27%

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

R = 44.97%
G = 38.27%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFD95F (or 0xFFD95F) is known color: Dandelion. HEX triplet: FF, D9 and 5F. RGB value is (255,217,95). Sum of RGB (Red+Green+Blue) = 255+217+95=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD95F is #0026A0. Grayscale: #D6D6D6. Windows color (decimal): -9889 or 6281727. OLE color: 6281727.

HSL color Cylindrical-coordinate representation of color #FFD95F: hue angle of 45.75º 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 #FFD95F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 95 -
CMYK 0 0.15 0.63 0
HSL 45.75º 1% 0.69% -
HSV(B) 45.75º 0.63% 1% -
XYZ 68.12 71.71 21.08 -
YUV 214.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 255 217 95 0 0.15 0.63 0 45.75 1 0.69
Hex FF D9 5F 0 F 3F 0 2E 64 45
Octal 377 331 137 0 17 77 0 56 144 105
Binary 11111111 11011001 1011111 0 1111 111111 0 101110 1100100 1000101

Color Harmonies of #FFD95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD95F

Black with #FFD95F

Text Example


Text Example

White with #FFD95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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