Html Css Color HEX #FED15D Dandelion

📋 copy color: '#FED15D'

red 254 ◦ green 209 ◦ blue 93

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

Shades of Dandelion #FED15D

Tints of Dandelion #FED15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

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

R = 45.68%
G = 37.59%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED15D (or 0xFED15D) is known color: Dandelion. HEX triplet: FE, D1 and 5D. RGB value is (254,209,93). Sum of RGB (Red+Green+Blue) = 254+209+93=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15D is #012EA2. Grayscale: #D1D1D1. Windows color (decimal): -77475 or 6148606. OLE color: 6148606.

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

Color convert

RGB 254 209 93 -
CMYK 0 0.18 0.63 0.00
HSL 43.23º 0.99% 0.68% -
HSV(B) 43.23º 0.63% 1% -
XYZ 65.65 67.46 19.92 -
YUV 209.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 254 209 93 0 0.18 0.63 0.00 43.23 0.99 0.68
Hex FE D1 5D 0 12 3F 0 2B 63 44
Octal 376 321 135 0 22 77 0 53 143 104
Binary 11111110 11010001 1011101 0 10010 111111 0 101011 1100011 1000100

Color Harmonies of #FED15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED15D

Black with #FED15D

Text Example


Text Example

White with #FED15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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