Html Css Color HEX #FED15F Dandelion

📋 copy color: '#FED15F'

red 254 ◦ green 209 ◦ blue 95

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

Shades of Dandelion #FED15F

Tints of Dandelion #FED15F

RGB

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

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

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

R = 45.52%
G = 37.46%
B = 17.03%

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

#FED15F (or 0xFED15F) is known color: Dandelion. HEX triplet: FE, D1 and 5F. RGB value is (254,209,95). Sum of RGB (Red+Green+Blue) = 254+209+95=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15F is #012EA0. Grayscale: #D1D1D1. Windows color (decimal): -77473 or 6279678. OLE color: 6279678.

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

Color convert

RGB 254 209 95 -
CMYK 0 0.18 0.63 0.00
HSL 43.02º 0.99% 0.68% -
HSV(B) 43.02º 0.63% 1% -
XYZ 65.74 67.5 20.39 -
YUV 209.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 254 209 95 0 0.18 0.63 0.00 43.02 0.99 0.68
Hex FE D1 5F 0 12 3F 0 2B 63 44
Octal 376 321 137 0 22 77 0 53 143 104
Binary 11111110 11010001 1011111 0 10010 111111 0 101011 1100011 1000100

Color Harmonies of #FED15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED15F

Black with #FED15F

Text Example


Text Example

White with #FED15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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