Html Css Color HEX #FDD850 Energy Yellow

📋 copy color: '#FDD850'

red 253 ◦ green 216 ◦ blue 80

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

Shades of Energy Yellow #FDD850

Tints of Energy Yellow #FDD850

RGB

 RED value IS 253 (99.22% from 255) = 46.08%

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 80 (31.64% from 255) = 14.57%

R = 46.08%
G = 39.34%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD850 (or 0xFDD850) is known color: Energy Yellow. HEX triplet: FD, D8 and 50. RGB value is (253,216,80). Sum of RGB (Red+Green+Blue) = 253+216+80=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD850 is #0227AF. Grayscale: #D4D4D4. Windows color (decimal): -141232 or 5298429. OLE color: 5298429.

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

Color convert

RGB 253 216 80 -
CMYK 0 0.15 0.68 0.01
HSL 47.17º 0.98% 0.65% -
HSV(B) 47.17º 0.68% 0.99% -
XYZ 66.51 70.57 17.71 -
YUV 211.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 253 216 80 0 0.15 0.68 0.01 47.17 0.98 0.65
Hex FD D8 50 0 F 44 1 2F 62 41
Octal 375 330 120 0 17 104 1 57 142 101
Binary 11111101 11011000 1010000 0 1111 1000100 1 101111 1100010 1000001

Color Harmonies of #FDD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD850

Black with #FDD850

Text Example


Text Example

White with #FDD850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD850; }

 p { color: rgb(253,216,80); }

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

background-color css

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

 a { background-color: rgb(253,216,80); }

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

border-color css

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

 span { border-color: rgb(253,216,80); }

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