Html Css Color HEX #FEDD67 Dandelion

📋 copy color: '#FEDD67'

red 254 ◦ green 221 ◦ blue 103

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

Shades of Dandelion #FEDD67

Tints of Dandelion #FEDD67

RGB

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

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

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

R = 43.94%
G = 38.24%
B = 17.82%

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

#FEDD67 (or 0xFEDD67) is known color: Dandelion. HEX triplet: FE, DD and 67. RGB value is (254,221,103). Sum of RGB (Red+Green+Blue) = 254+221+103=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 103 (40.62% from 255 or 17.82% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD67 is #012298. Grayscale: #D9D9D9. Windows color (decimal): -74393 or 6807038. OLE color: 6807038.

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

Color convert

RGB 254 221 103 -
CMYK 0 0.13 0.59 0.00
HSL 46.89º 0.99% 0.7% -
HSV(B) 46.89º 0.59% 1% -
XYZ 69.18 73.76 23.42 -
YUV 217.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 254 221 103 0 0.13 0.59 0.00 46.89 0.99 0.7
Hex FE DD 67 0 D 3B 0 2F 63 46
Octal 376 335 147 0 15 73 0 57 143 106
Binary 11111110 11011101 1100111 0 1101 111011 0 101111 1100011 1000110

Color Harmonies of #FEDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD67

Black with #FEDD67

Text Example


Text Example

White with #FEDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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