Html Css Color HEX #FADC52 Energy Yellow

📋 copy color: '#FADC52'

red 250 ◦ green 220 ◦ blue 82

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

Shades of Energy Yellow #FADC52

Tints of Energy Yellow #FADC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

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

R = 45.29%
G = 39.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FADC52 (or 0xFADC52) is known color: Energy Yellow. HEX triplet: FA, DC and 52. RGB value is (250,220,82). Sum of RGB (Red+Green+Blue) = 250+220+82=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC52 is #0523AD. Grayscale: #D5D5D5. Windows color (decimal): -336814 or 5430522. OLE color: 5430522.

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

Color convert

RGB 250 220 82 -
CMYK 0 0.12 0.67 0.02
HSL 49.29º 0.94% 0.65% -
HSV(B) 49.29º 0.67% 0.98% -
XYZ 66.54 72.12 18.4 -
YUV 213.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 250 220 82 0 0.12 0.67 0.02 49.29 0.94 0.65
Hex FA DC 52 0 C 43 2 31 5E 41
Octal 372 334 122 0 14 103 2 61 136 101
Binary 11111010 11011100 1010010 0 1100 1000011 10 110001 1011110 1000001

Color Harmonies of #FADC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC52

Black with #FADC52

Text Example


Text Example

White with #FADC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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