Html Css Color HEX #FEDE69 Dandelion

📋 copy color: '#FEDE69'

red 254 ◦ green 222 ◦ blue 105

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

Shades of Dandelion #FEDE69

Tints of Dandelion #FEDE69

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

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

R = 43.72%
G = 38.21%
B = 18.07%

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

#FEDE69 (or 0xFEDE69) is known color: Dandelion. HEX triplet: FE, DE and 69. RGB value is (254,222,105). Sum of RGB (Red+Green+Blue) = 254+222+105=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 105 (41.41% from 255 or 18.07% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE69 is #012196. Grayscale: #DADADA. Windows color (decimal): -74135 or 6938366. OLE color: 6938366.

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

Color convert

RGB 254 222 105 -
CMYK 0 0.13 0.59 0.00
HSL 47.11º 0.99% 0.7% -
HSV(B) 47.11º 0.59% 1% -
XYZ 69.54 74.33 24.05 -
YUV 218.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 254 222 105 0 0.13 0.59 0.00 47.11 0.99 0.7
Hex FE DE 69 0 D 3B 0 2F 63 46
Octal 376 336 151 0 15 73 0 57 143 106
Binary 11111110 11011110 1101001 0 1101 111011 0 101111 1100011 1000110

Color Harmonies of #FEDE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE69

Black with #FEDE69

Text Example


Text Example

White with #FEDE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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