Html Css Color HEX #FED969 Dandelion

📋 copy color: '#FED969'

red 254 ◦ green 217 ◦ blue 105

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

Shades of Dandelion #FED969

Tints of Dandelion #FED969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.67%

 BLUE value IS 105 (41.41% from 255) = 18.23%

R = 44.1%
G = 37.67%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FED969 (or 0xFED969) is known color: Dandelion. HEX triplet: FE, D9 and 69. RGB value is (254,217,105). Sum of RGB (Red+Green+Blue) = 254+217+105=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 105 (41.41% from 255 or 18.23% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED969 is #012696. Grayscale: #D7D7D7. Windows color (decimal): -75415 or 6937086. OLE color: 6937086.

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

Color convert

RGB 254 217 105 -
CMYK 0 0.15 0.59 0.00
HSL 45.1º 0.99% 0.7% -
HSV(B) 45.1º 0.59% 1% -
XYZ 68.24 71.72 23.61 -
YUV 215.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 254 217 105 0 0.15 0.59 0.00 45.1 0.99 0.7
Hex FE D9 69 0 F 3B 0 2D 63 46
Octal 376 331 151 0 17 73 0 55 143 106
Binary 11111110 11011001 1101001 0 1111 111011 0 101101 1100011 1000110

Color Harmonies of #FED969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED969

Black with #FED969

Text Example


Text Example

White with #FED969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED969; }

 p { color: rgb(254,217,105); }

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

background-color css

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

 a { background-color: rgb(254,217,105); }

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

border-color css

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

 span { border-color: rgb(254,217,105); }

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