Html Css Color HEX #FAD443 Energy Yellow

📋 copy color: '#FAD443'

red 250 ◦ green 212 ◦ blue 67

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

Shades of Energy Yellow #FAD443

Tints of Energy Yellow #FAD443

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 67 (26.56% from 255) = 12.67%

R = 47.26%
G = 40.08%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD443 (or 0xFAD443) is known color: Energy Yellow. HEX triplet: FA, D4 and 43. RGB value is (250,212,67). Sum of RGB (Red+Green+Blue) = 250+212+67=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD443 is #052BBC. Grayscale: #CFCFCF. Windows color (decimal): -338877 or 4445434. OLE color: 4445434.

HSL color Cylindrical-coordinate representation of color #FAD443: hue angle of 47.54º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAD443 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 67 -
CMYK 0 0.15 0.73 0.02
HSL 47.54º 0.95% 0.62% -
HSV(B) 47.54º 0.73% 0.98% -
XYZ 63.98 67.82 15.03 -
YUV 206.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 250 212 67 0 0.15 0.73 0.02 47.54 0.95 0.62
Hex FA D4 43 0 F 49 2 30 5F 3E
Octal 372 324 103 0 17 111 2 60 137 76
Binary 11111010 11010100 1000011 0 1111 1001001 10 110000 1011111 111110

Color Harmonies of #FAD443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD443

Black with #FAD443

Text Example


Text Example

White with #FAD443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD443; }

 p { color: rgb(250,212,67); }

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

background-color css

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

 a { background-color: rgb(250,212,67); }

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

border-color css

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

 span { border-color: rgb(250,212,67); }

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