Html Css Color HEX #FEDC62 Dandelion

📋 copy color: '#FEDC62'

red 254 ◦ green 220 ◦ blue 98

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

Shades of Dandelion #FEDC62

Tints of Dandelion #FEDC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.13%

R = 44.41%
G = 38.46%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEDC62 (or 0xFEDC62) is known color: Dandelion. HEX triplet: FE, DC and 62. RGB value is (254,220,98). Sum of RGB (Red+Green+Blue) = 254+220+98=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 98 (38.67% from 255 or 17.13% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC62 is #01239D. Grayscale: #D8D8D8. Windows color (decimal): -74654 or 6479102. OLE color: 6479102.

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

Color convert

RGB 254 220 98 -
CMYK 0 0.13 0.61 0.00
HSL 46.92º 0.99% 0.69% -
HSV(B) 46.92º 0.61% 1% -
XYZ 68.67 73.14 22.05 -
YUV 216.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 254 220 98 0 0.13 0.61 0.00 46.92 0.99 0.69
Hex FE DC 62 0 D 3D 0 2F 63 45
Octal 376 334 142 0 15 75 0 57 143 105
Binary 11111110 11011100 1100010 0 1101 111101 0 101111 1100011 1000101

Color Harmonies of #FEDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC62

Black with #FEDC62

Text Example


Text Example

White with #FEDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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