Html Css Color HEX #FED76B Dandelion

📋 copy color: '#FED76B'

red 254 ◦ green 215 ◦ blue 107

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

Shades of Dandelion #FED76B

Tints of Dandelion #FED76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.58%

R = 44.1%
G = 37.33%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FED76B (or 0xFED76B) is known color: Dandelion. HEX triplet: FE, D7 and 6B. RGB value is (254,215,107). Sum of RGB (Red+Green+Blue) = 254+215+107=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED76B is #012894. Grayscale: #D6D6D6. Windows color (decimal): -75925 or 7067646. OLE color: 7067646.

HSL color Cylindrical-coordinate representation of color #FED76B: hue angle of 44.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FED76B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 107 -
CMYK 0 0.15 0.58 0.00
HSL 44.08º 0.99% 0.71% -
HSV(B) 44.08º 0.58% 1% -
XYZ 67.83 70.73 23.99 -
YUV 214.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 254 215 107 0 0.15 0.58 0.00 44.08 0.99 0.71
Hex FE D7 6B 0 F 3A 0 2C 63 47
Octal 376 327 153 0 17 72 0 54 143 107
Binary 11111110 11010111 1101011 0 1111 111010 0 101100 1100011 1000111

Color Harmonies of #FED76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED76B

Black with #FED76B

Text Example


Text Example

White with #FED76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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