Html Css Color HEX #FADB52 Energy Yellow

📋 copy color: '#FADB52'

red 250 ◦ green 219 ◦ blue 82

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

Shades of Energy Yellow #FADB52

Tints of Energy Yellow #FADB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

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

R = 45.37%
G = 39.75%
B = 14.88%

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

#FADB52 (or 0xFADB52) is known color: Energy Yellow. HEX triplet: FA, DB and 52. RGB value is (250,219,82). Sum of RGB (Red+Green+Blue) = 250+219+82=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB52 is #0524AD. Grayscale: #D5D5D5. Windows color (decimal): -337070 or 5430266. OLE color: 5430266.

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

Color convert

RGB 250 219 82 -
CMYK 0 0.12 0.67 0.02
HSL 48.93º 0.94% 0.65% -
HSV(B) 48.93º 0.67% 0.98% -
XYZ 66.28 71.6 18.31 -
YUV 212.65 54.27 154.64 -
System Red Green Blue C M Y K H S L
Decimal 250 219 82 0 0.12 0.67 0.02 48.93 0.94 0.65
Hex FA DB 52 0 C 43 2 31 5E 41
Octal 372 333 122 0 14 103 2 61 136 101
Binary 11111010 11011011 1010010 0 1100 1000011 10 110001 1011110 1000001

Color Harmonies of #FADB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB52

Black with #FADB52

Text Example


Text Example

White with #FADB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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