Html Css Color HEX #FAD855 Energy Yellow

📋 copy color: '#FAD855'

red 250 ◦ green 216 ◦ blue 85

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

Shades of Energy Yellow #FAD855

Tints of Energy Yellow #FAD855

RGB

 RED value IS 250 (98.05% from 255) = 45.37%

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

 BLUE value IS 85 (33.59% from 255) = 15.43%

R = 45.37%
G = 39.2%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAD855 (or 0xFAD855) is known color: Energy Yellow. HEX triplet: FA, D8 and 55. RGB value is (250,216,85). Sum of RGB (Red+Green+Blue) = 250+216+85=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD855 is #0527AA. Grayscale: #D3D3D3. Windows color (decimal): -337835 or 5626106. OLE color: 5626106.

HSL color Cylindrical-coordinate representation of color #FAD855: hue angle of 47.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAD855 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 85 -
CMYK 0 0.14 0.66 0.02
HSL 47.64º 0.94% 0.66% -
HSV(B) 47.64º 0.66% 0.98% -
XYZ 65.62 70.09 18.66 -
YUV 211.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 250 216 85 0 0.14 0.66 0.02 47.64 0.94 0.66
Hex FA D8 55 0 E 42 2 30 5E 42
Octal 372 330 125 0 16 102 2 60 136 102
Binary 11111010 11011000 1010101 0 1110 1000010 10 110000 1011110 1000010

Color Harmonies of #FAD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD855

Black with #FAD855

Text Example


Text Example

White with #FAD855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD855; }

 p { color: rgb(250,216,85); }

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

background-color css

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

 a { background-color: rgb(250,216,85); }

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

border-color css

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

 span { border-color: rgb(250,216,85); }

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