Html Css Color HEX #FEDE67 Dandelion

📋 copy color: '#FEDE67'

red 254 ◦ green 222 ◦ blue 103

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

Shades of Dandelion #FEDE67

Tints of Dandelion #FEDE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 17.79%

R = 43.87%
G = 38.34%
B = 17.79%

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

#FEDE67 (or 0xFEDE67) is known color: Dandelion. HEX triplet: FE, DE and 67. RGB value is (254,222,103). Sum of RGB (Red+Green+Blue) = 254+222+103=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 103 (40.62% from 255 or 17.79% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE67 is #012198. Grayscale: #DADADA. Windows color (decimal): -74137 or 6807294. OLE color: 6807294.

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

Color convert

RGB 254 222 103 -
CMYK 0 0.13 0.59 0.00
HSL 47.28º 0.99% 0.7% -
HSV(B) 47.28º 0.59% 1% -
XYZ 69.44 74.29 23.51 -
YUV 218 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 254 222 103 0 0.13 0.59 0.00 47.28 0.99 0.7
Hex FE DE 67 0 D 3B 0 2F 63 46
Octal 376 336 147 0 15 73 0 57 143 106
Binary 11111110 11011110 1100111 0 1101 111011 0 101111 1100011 1000110

Color Harmonies of #FEDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE67

Black with #FEDE67

Text Example


Text Example

White with #FEDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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