Html Css Color HEX #FADA4B Energy Yellow

📋 copy color: '#FADA4B'

red 250 ◦ green 218 ◦ blue 75

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

Shades of Energy Yellow #FADA4B

Tints of Energy Yellow #FADA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.15%

 BLUE value IS 75 (29.69% from 255) = 13.81%

R = 46.04%
G = 40.15%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FADA4B (or 0xFADA4B) is known color: Energy Yellow. HEX triplet: FA, DA and 4B. RGB value is (250,218,75). Sum of RGB (Red+Green+Blue) = 250+218+75=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA4B is #0525B4. Grayscale: #D3D3D3. Windows color (decimal): -337333 or 4971258. OLE color: 4971258.

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

Color convert

RGB 250 218 75 -
CMYK 0 0.13 0.7 0.02
HSL 49.03º 0.95% 0.64% -
HSV(B) 49.03º 0.7% 0.98% -
XYZ 65.77 70.97 16.89 -
YUV 211.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 250 218 75 0 0.13 0.7 0.02 49.03 0.95 0.64
Hex FA DA 4B 0 D 46 2 31 5F 40
Octal 372 332 113 0 15 106 2 61 137 100
Binary 11111010 11011010 1001011 0 1101 1000110 10 110001 1011111 1000000

Color Harmonies of #FADA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA4B

Black with #FADA4B

Text Example


Text Example

White with #FADA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA4B; }

 p { color: rgb(250,218,75); }

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

background-color css

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

 a { background-color: rgb(250,218,75); }

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

border-color css

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

 span { border-color: rgb(250,218,75); }

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