Html Css Color HEX #FEDA67 Dandelion

📋 copy color: '#FEDA67'

red 254 ◦ green 218 ◦ blue 103

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

Shades of Dandelion #FEDA67

Tints of Dandelion #FEDA67

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

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

R = 44.17%
G = 37.91%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEDA67 (or 0xFEDA67) is known color: Dandelion. HEX triplet: FE, DA and 67. RGB value is (254,218,103). Sum of RGB (Red+Green+Blue) = 254+218+103=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 103 (40.62% from 255 or 17.91% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA67 is #012598. Grayscale: #D8D8D8. Windows color (decimal): -75161 or 6806270. OLE color: 6806270.

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

Color convert

RGB 254 218 103 -
CMYK 0 0.14 0.59 0.00
HSL 45.7º 0.99% 0.7% -
HSV(B) 45.7º 0.59% 1% -
XYZ 68.39 72.19 23.16 -
YUV 215.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 254 218 103 0 0.14 0.59 0.00 45.7 0.99 0.7
Hex FE DA 67 0 E 3B 0 2E 63 46
Octal 376 332 147 0 16 73 0 56 143 106
Binary 11111110 11011010 1100111 0 1110 111011 0 101110 1100011 1000110

Color Harmonies of #FEDA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA67

Black with #FEDA67

Text Example


Text Example

White with #FEDA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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