Html Css Color HEX #FED165 Dandelion

📋 copy color: '#FED165'

red 254 ◦ green 209 ◦ blue 101

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

Shades of Dandelion #FED165

Tints of Dandelion #FED165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 45.04%
G = 37.06%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FED165 (or 0xFED165) is known color: Dandelion. HEX triplet: FE, D1 and 65. RGB value is (254,209,101). Sum of RGB (Red+Green+Blue) = 254+209+101=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED165 is #012E9A. Grayscale: #D2D2D2. Windows color (decimal): -77467 or 6672894. OLE color: 6672894.

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

Color convert

RGB 254 209 101 -
CMYK 0 0.18 0.60 0.00
HSL 42.35º 0.99% 0.7% -
HSV(B) 42.35º 0.6% 1% -
XYZ 66.02 67.61 21.88 -
YUV 210.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 254 209 101 0 0.18 0.60 0.00 42.35 0.99 0.7
Hex FE D1 65 0 12 3C 0 2A 63 46
Octal 376 321 145 0 22 74 0 52 143 106
Binary 11111110 11010001 1100101 0 10010 111100 0 101010 1100011 1000110

Color Harmonies of #FED165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED165

Black with #FED165

Text Example


Text Example

White with #FED165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED165; }

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

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

background-color css

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

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

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

border-color css

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

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

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