Html Css Color HEX #FFD94B Energy Yellow

📋 copy color: '#FFD94B'

red 255 ◦ green 217 ◦ blue 75

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

Shades of Energy Yellow #FFD94B

Tints of Energy Yellow #FFD94B

RGB

 RED value IS 255 (100% from 255) = 46.62%

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 75 (29.69% from 255) = 13.71%

R = 46.62%
G = 39.67%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD94B (or 0xFFD94B) is known color: Energy Yellow. HEX triplet: FF, D9 and 4B. RGB value is (255,217,75). Sum of RGB (Red+Green+Blue) = 255+217+75=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD94B is #0026B4. Grayscale: #D4D4D4. Windows color (decimal): -9909 or 4971007. OLE color: 4971007.

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

Color convert

RGB 255 217 75 -
CMYK 0 0.15 0.71 0
HSL 47.33º 1% 0.65% -
HSV(B) 47.33º 0.71% 1% -
XYZ 67.32 71.39 16.89 -
YUV 212.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 255 217 75 0 0.15 0.71 0 47.33 1 0.65
Hex FF D9 4B 0 F 47 0 2F 64 41
Octal 377 331 113 0 17 107 0 57 144 101
Binary 11111111 11011001 1001011 0 1111 1000111 0 101111 1100100 1000001

Color Harmonies of #FFD94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD94B

Black with #FFD94B

Text Example


Text Example

White with #FFD94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD94B; }

 p { color: rgb(255,217,75); }

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

background-color css

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

 a { background-color: rgb(255,217,75); }

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

border-color css

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

 span { border-color: rgb(255,217,75); }

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