Html Css Color HEX #FED768 Dandelion

📋 copy color: '#FED768'

red 254 ◦ green 215 ◦ blue 104

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

Shades of Dandelion #FED768

Tints of Dandelion #FED768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

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

R = 44.33%
G = 37.52%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FED768 (or 0xFED768) is known color: Dandelion. HEX triplet: FE, D7 and 68. RGB value is (254,215,104). Sum of RGB (Red+Green+Blue) = 254+215+104=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FED768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED768 is #012897. Grayscale: #D6D6D6. Windows color (decimal): -75928 or 6871038. OLE color: 6871038.

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

Color convert

RGB 254 215 104 -
CMYK 0 0.15 0.59 0.00
HSL 44.4º 0.99% 0.7% -
HSV(B) 44.4º 0.59% 1% -
XYZ 67.67 70.67 23.17 -
YUV 214.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 254 215 104 0 0.15 0.59 0.00 44.4 0.99 0.7
Hex FE D7 68 0 F 3B 0 2C 63 46
Octal 376 327 150 0 17 73 0 54 143 106
Binary 11111110 11010111 1101000 0 1111 111011 0 101100 1100011 1000110

Color Harmonies of #FED768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED768

Black with #FED768

Text Example


Text Example

White with #FED768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED768; }

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

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

background-color css

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

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

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

border-color css

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

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

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