Html Css Color HEX #FEDB6A Dandelion

📋 copy color: '#FEDB6A'

red 254 ◦ green 219 ◦ blue 106

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

Shades of Dandelion #FEDB6A

Tints of Dandelion #FEDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 106 (41.8% from 255) = 18.31%

R = 43.87%
G = 37.82%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEDB6A (or 0xFEDB6A) is known color: Dandelion. HEX triplet: FE, DB and 6A. RGB value is (254,219,106). Sum of RGB (Red+Green+Blue) = 254+219+106=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB6A is #012495. Grayscale: #D9D9D9. Windows color (decimal): -74902 or 7003134. OLE color: 7003134.

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

Color convert

RGB 254 219 106 -
CMYK 0 0.14 0.58 0.00
HSL 45.81º 0.99% 0.71% -
HSV(B) 45.81º 0.58% 1% -
XYZ 68.81 72.77 24.06 -
YUV 216.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 254 219 106 0 0.14 0.58 0.00 45.81 0.99 0.71
Hex FE DB 6A 0 E 3A 0 2E 63 47
Octal 376 333 152 0 16 72 0 56 143 107
Binary 11111110 11011011 1101010 0 1110 111010 0 101110 1100011 1000111

Color Harmonies of #FEDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB6A

Black with #FEDB6A

Text Example


Text Example

White with #FEDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB6A; }

 p { color: rgb(254,219,106); }

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

background-color css

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

 a { background-color: rgb(254,219,106); }

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

border-color css

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

 span { border-color: rgb(254,219,106); }

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