Html Css Color HEX #FECA61 Dandelion

📋 copy color: '#FECA61'

red 254 ◦ green 202 ◦ blue 97

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

Shades of Dandelion #FECA61

Tints of Dandelion #FECA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

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

R = 45.93%
G = 36.53%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FECA61 (or 0xFECA61) is known color: Dandelion. HEX triplet: FE, CA and 61. RGB value is (254,202,97). Sum of RGB (Red+Green+Blue) = 254+202+97=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA61 is #01359E. Grayscale: #CECECE. Windows color (decimal): -79263 or 6408958. OLE color: 6408958.

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

Color convert

RGB 254 202 97 -
CMYK 0 0.20 0.62 0.00
HSL 40.13º 0.99% 0.69% -
HSV(B) 40.13º 0.62% 1% -
XYZ 64.15 64.17 20.32 -
YUV 205.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 254 202 97 0 0.20 0.62 0.00 40.13 0.99 0.69
Hex FE CA 61 0 14 3E 0 28 63 45
Octal 376 312 141 0 24 76 0 50 143 105
Binary 11111110 11001010 1100001 0 10100 111110 0 101000 1100011 1000101

Color Harmonies of #FECA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA61

Black with #FECA61

Text Example


Text Example

White with #FECA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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