Html Css Color HEX #FEDF69 Dandelion

📋 copy color: '#FEDF69'

red 254 ◦ green 223 ◦ blue 105

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

Shades of Dandelion #FEDF69

Tints of Dandelion #FEDF69

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.32%

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

R = 43.64%
G = 38.32%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEDF69 (or 0xFEDF69) is known color: Dandelion. HEX triplet: FE, DF and 69. RGB value is (254,223,105). Sum of RGB (Red+Green+Blue) = 254+223+105=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 105 (41.41% from 255 or 18.04% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF69 is #012096. Grayscale: #DBDBDB. Windows color (decimal): -73879 or 6938622. OLE color: 6938622.

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

Color convert

RGB 254 223 105 -
CMYK 0 0.12 0.59 0.00
HSL 47.52º 0.99% 0.7% -
HSV(B) 47.52º 0.59% 1% -
XYZ 69.81 74.87 24.14 -
YUV 218.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 254 223 105 0 0.12 0.59 0.00 47.52 0.99 0.7
Hex FE DF 69 0 C 3B 0 30 63 46
Octal 376 337 151 0 14 73 0 60 143 106
Binary 11111110 11011111 1101001 0 1100 111011 0 110000 1100011 1000110

Color Harmonies of #FEDF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF69

Black with #FEDF69

Text Example


Text Example

White with #FEDF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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