Html Css Color HEX #FEDD69 Dandelion

📋 copy color: '#FEDD69'

red 254 ◦ green 221 ◦ blue 105

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

Shades of Dandelion #FEDD69

Tints of Dandelion #FEDD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 43.79%
G = 38.1%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEDD69 (or 0xFEDD69) is known color: Dandelion. HEX triplet: FE, DD and 69. RGB value is (254,221,105). Sum of RGB (Red+Green+Blue) = 254+221+105=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 105 (41.41% from 255 or 18.10% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD69 is #012296. Grayscale: #DADADA. Windows color (decimal): -74391 or 6938110. OLE color: 6938110.

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

Color convert

RGB 254 221 105 -
CMYK 0 0.13 0.59 0.00
HSL 46.71º 0.99% 0.7% -
HSV(B) 46.71º 0.59% 1% -
XYZ 69.28 73.8 23.96 -
YUV 217.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 254 221 105 0 0.13 0.59 0.00 46.71 0.99 0.7
Hex FE DD 69 0 D 3B 0 2F 63 46
Octal 376 335 151 0 15 73 0 57 143 106
Binary 11111110 11011101 1101001 0 1101 111011 0 101111 1100011 1000110

Color Harmonies of #FEDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD69

Black with #FEDD69

Text Example


Text Example

White with #FEDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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