Html Css Color HEX #FAD752 Energy Yellow

📋 copy color: '#FAD752'

red 250 ◦ green 215 ◦ blue 82

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

Shades of Energy Yellow #FAD752

Tints of Energy Yellow #FAD752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.99%

R = 45.7%
G = 39.31%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAD752 (or 0xFAD752) is known color: Energy Yellow. HEX triplet: FA, D7 and 52. RGB value is (250,215,82). Sum of RGB (Red+Green+Blue) = 250+215+82=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD752 is #0528AD. Grayscale: #D2D2D2. Windows color (decimal): -338094 or 5429242. OLE color: 5429242.

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

Color convert

RGB 250 215 82 -
CMYK 0 0.14 0.67 0.02
HSL 47.5º 0.94% 0.65% -
HSV(B) 47.5º 0.67% 0.98% -
XYZ 65.25 69.53 17.97 -
YUV 210.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 250 215 82 0 0.14 0.67 0.02 47.5 0.94 0.65
Hex FA D7 52 0 E 43 2 30 5E 41
Octal 372 327 122 0 16 103 2 60 136 101
Binary 11111010 11010111 1010010 0 1110 1000011 10 110000 1011110 1000001

Color Harmonies of #FAD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD752

Black with #FAD752

Text Example


Text Example

White with #FAD752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD752; }

 p { color: rgb(250,215,82); }

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

background-color css

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

 a { background-color: rgb(250,215,82); }

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

border-color css

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

 span { border-color: rgb(250,215,82); }

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