Html Css Color HEX #FADB4A Energy Yellow

📋 copy color: '#FADB4A'

red 250 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #FADB4A

Tints of Energy Yellow #FADB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.63%

R = 46.04%
G = 40.33%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FADB4A (or 0xFADB4A) is known color: Energy Yellow. HEX triplet: FA, DB and 4A. RGB value is (250,219,74). Sum of RGB (Red+Green+Blue) = 250+219+74=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB4A is #0524B5. Grayscale: #D4D4D4. Windows color (decimal): -337078 or 4905978. OLE color: 4905978.

HSL color Cylindrical-coordinate representation of color #FADB4A: hue angle of 49.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FADB4A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 74 -
CMYK 0 0.12 0.70 0.02
HSL 49.43º 0.95% 0.64% -
HSV(B) 49.43º 0.7% 0.98% -
XYZ 65.99 71.48 16.8 -
YUV 211.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 250 219 74 0 0.12 0.70 0.02 49.43 0.95 0.64
Hex FA DB 4A 0 C 46 2 31 5F 40
Octal 372 333 112 0 14 106 2 61 137 100
Binary 11111010 11011011 1001010 0 1100 1000110 10 110001 1011111 1000000

Color Harmonies of #FADB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB4A

Black with #FADB4A

Text Example


Text Example

White with #FADB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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