Html Css Color HEX #FAD655 Energy Yellow

📋 copy color: '#FAD655'

red 250 ◦ green 214 ◦ blue 85

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

Shades of Energy Yellow #FAD655

Tints of Energy Yellow #FAD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.98%

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

R = 45.54%
G = 38.98%
B = 15.48%

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

#FAD655 (or 0xFAD655) is known color: Energy Yellow. HEX triplet: FA, D6 and 55. RGB value is (250,214,85). Sum of RGB (Red+Green+Blue) = 250+214+85=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD655 is #0529AA. Grayscale: #D2D2D2. Windows color (decimal): -338347 or 5625594. OLE color: 5625594.

HSL color Cylindrical-coordinate representation of color #FAD655: hue angle of 46.91º 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 #FAD655 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 214 85 -
CMYK 0 0.14 0.66 0.02
HSL 46.91º 0.94% 0.66% -
HSV(B) 46.91º 0.66% 0.98% -
XYZ 65.11 69.07 18.5 -
YUV 210.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 250 214 85 0 0.14 0.66 0.02 46.91 0.94 0.66
Hex FA D6 55 0 E 42 2 2F 5E 42
Octal 372 326 125 0 16 102 2 57 136 102
Binary 11111010 11010110 1010101 0 1110 1000010 10 101111 1011110 1000010

Color Harmonies of #FAD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD655

Black with #FAD655

Text Example


Text Example

White with #FAD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD655; }

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

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

background-color css

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

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

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

border-color css

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

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

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