Html Css Color HEX #FEDC65 Dandelion

📋 copy color: '#FEDC65'

red 254 ◦ green 220 ◦ blue 101

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

Shades of Dandelion #FEDC65

Tints of Dandelion #FEDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

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

R = 44.17%
G = 38.26%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEDC65 (or 0xFEDC65) is known color: Dandelion. HEX triplet: FE, DC and 65. RGB value is (254,220,101). Sum of RGB (Red+Green+Blue) = 254+220+101=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC65 is #01239A. Grayscale: #D9D9D9. Windows color (decimal): -74651 or 6675710. OLE color: 6675710.

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

Color convert

RGB 254 220 101 -
CMYK 0 0.13 0.60 0.00
HSL 46.67º 0.99% 0.7% -
HSV(B) 46.67º 0.6% 1% -
XYZ 68.82 73.2 22.81 -
YUV 216.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 254 220 101 0 0.13 0.60 0.00 46.67 0.99 0.7
Hex FE DC 65 0 D 3C 0 2F 63 46
Octal 376 334 145 0 15 74 0 57 143 106
Binary 11111110 11011100 1100101 0 1101 111100 0 101111 1100011 1000110

Color Harmonies of #FEDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC65

Black with #FEDC65

Text Example


Text Example

White with #FEDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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