Html Css Color HEX #FAD343 Energy Yellow

📋 copy color: '#FAD343'

red 250 ◦ green 211 ◦ blue 67

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

Shades of Energy Yellow #FAD343

Tints of Energy Yellow #FAD343

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 47.35%
G = 39.96%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD343 (or 0xFAD343) is known color: Energy Yellow. HEX triplet: FA, D3 and 43. RGB value is (250,211,67). Sum of RGB (Red+Green+Blue) = 250+211+67=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 67 (26.56% from 255 or 12.69% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD343 is #052CBC. Grayscale: #CECECE. Windows color (decimal): -339133 or 4445178. OLE color: 4445178.

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

Color convert

RGB 250 211 67 -
CMYK 0 0.16 0.73 0.02
HSL 47.21º 0.95% 0.62% -
HSV(B) 47.21º 0.73% 0.98% -
XYZ 63.73 67.32 14.94 -
YUV 206.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 250 211 67 0 0.16 0.73 0.02 47.21 0.95 0.62
Hex FA D3 43 0 10 49 2 2F 5F 3E
Octal 372 323 103 0 20 111 2 57 137 76
Binary 11111010 11010011 1000011 0 10000 1001001 10 101111 1011111 111110

Color Harmonies of #FAD343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD343

Black with #FAD343

Text Example


Text Example

White with #FAD343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD343; }

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

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

background-color css

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

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

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

border-color css

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

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

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