Html Css Color HEX #FED95D Dandelion

📋 copy color: '#FED95D'

red 254 ◦ green 217 ◦ blue 93

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

Shades of Dandelion #FED95D

Tints of Dandelion #FED95D

RGB

 RED value IS 254 (99.61% from 255) = 45.04%

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

 BLUE value IS 93 (36.72% from 255) = 16.49%

R = 45.04%
G = 38.48%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED95D (or 0xFED95D) is known color: Dandelion. HEX triplet: FE, D9 and 5D. RGB value is (254,217,93). Sum of RGB (Red+Green+Blue) = 254+217+93=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED95D is #0126A2. Grayscale: #D6D6D6. Windows color (decimal): -75427 or 6150654. OLE color: 6150654.

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

Color convert

RGB 254 217 93 -
CMYK 0 0.15 0.63 0.00
HSL 46.21º 0.99% 0.68% -
HSV(B) 46.21º 0.63% 1% -
XYZ 67.66 71.49 20.59 -
YUV 213.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 254 217 93 0 0.15 0.63 0.00 46.21 0.99 0.68
Hex FE D9 5D 0 F 3F 0 2E 63 44
Octal 376 331 135 0 17 77 0 56 143 104
Binary 11111110 11011001 1011101 0 1111 111111 0 101110 1100011 1000100

Color Harmonies of #FED95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED95D

Black with #FED95D

Text Example


Text Example

White with #FED95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED95D; }

 p { color: rgb(254,217,93); }

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

background-color css

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

 a { background-color: rgb(254,217,93); }

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

border-color css

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

 span { border-color: rgb(254,217,93); }

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