Html Css Color HEX #FED466 Dandelion

📋 copy color: '#FED466'

red 254 ◦ green 212 ◦ blue 102

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

Shades of Dandelion #FED466

Tints of Dandelion #FED466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

 BLUE value IS 102 (40.23% from 255) = 17.96%

R = 44.72%
G = 37.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FED466 (or 0xFED466) is known color: Dandelion. HEX triplet: FE, D4 and 66. RGB value is (254,212,102). Sum of RGB (Red+Green+Blue) = 254+212+102=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED466 is #012B99. Grayscale: #D4D4D4. Windows color (decimal): -76698 or 6739198. OLE color: 6739198.

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

Color convert

RGB 254 212 102 -
CMYK 0 0.17 0.60 0.00
HSL 43.42º 0.99% 0.7% -
HSV(B) 43.42º 0.6% 1% -
XYZ 66.81 69.12 22.39 -
YUV 212.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 254 212 102 0 0.17 0.60 0.00 43.42 0.99 0.7
Hex FE D4 66 0 11 3C 0 2B 63 46
Octal 376 324 146 0 21 74 0 53 143 106
Binary 11111110 11010100 1100110 0 10001 111100 0 101011 1100011 1000110

Color Harmonies of #FED466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED466

Black with #FED466

Text Example


Text Example

White with #FED466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED466; }

 p { color: rgb(254,212,102); }

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

background-color css

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

 a { background-color: rgb(254,212,102); }

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

border-color css

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

 span { border-color: rgb(254,212,102); }

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