Html Css Color HEX #FED161 Dandelion

📋 copy color: '#FED161'

red 254 ◦ green 209 ◦ blue 97

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

Shades of Dandelion #FED161

Tints of Dandelion #FED161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.32%

R = 45.36%
G = 37.32%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FED161 (or 0xFED161) is known color: Dandelion. HEX triplet: FE, D1 and 61. RGB value is (254,209,97). Sum of RGB (Red+Green+Blue) = 254+209+97=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED161 is #012E9E. Grayscale: #D2D2D2. Windows color (decimal): -77471 or 6410750. OLE color: 6410750.

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

Color convert

RGB 254 209 97 -
CMYK 0 0.18 0.62 0.00
HSL 42.8º 0.99% 0.69% -
HSV(B) 42.8º 0.62% 1% -
XYZ 65.83 67.53 20.88 -
YUV 209.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 254 209 97 0 0.18 0.62 0.00 42.8 0.99 0.69
Hex FE D1 61 0 12 3E 0 2B 63 45
Octal 376 321 141 0 22 76 0 53 143 105
Binary 11111110 11010001 1100001 0 10010 111110 0 101011 1100011 1000101

Color Harmonies of #FED161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED161

Black with #FED161

Text Example


Text Example

White with #FED161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED161; }

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

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

background-color css

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

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

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

border-color css

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

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

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