Html Css Color HEX #FEDE68 Dandelion

📋 copy color: '#FEDE68'

red 254 ◦ green 222 ◦ blue 104

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

Shades of Dandelion #FEDE68

Tints of Dandelion #FEDE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.93%

R = 43.79%
G = 38.28%
B = 17.93%

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

#FEDE68 (or 0xFEDE68) is known color: Dandelion. HEX triplet: FE, DE and 68. RGB value is (254,222,104). Sum of RGB (Red+Green+Blue) = 254+222+104=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 104 (41.02% from 255 or 17.93% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE68 is #012197. Grayscale: #DADADA. Windows color (decimal): -74136 or 6872830. OLE color: 6872830.

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

Color convert

RGB 254 222 104 -
CMYK 0 0.13 0.59 0.00
HSL 47.2º 0.99% 0.7% -
HSV(B) 47.2º 0.59% 1% -
XYZ 69.49 74.31 23.78 -
YUV 218.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 254 222 104 0 0.13 0.59 0.00 47.2 0.99 0.7
Hex FE DE 68 0 D 3B 0 2F 63 46
Octal 376 336 150 0 15 73 0 57 143 106
Binary 11111110 11011110 1101000 0 1101 111011 0 101111 1100011 1000110

Color Harmonies of #FEDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE68

Black with #FEDE68

Text Example


Text Example

White with #FEDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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