Html Css Color HEX #FADF4F Energy Yellow

📋 copy color: '#FADF4F'

red 250 ◦ green 223 ◦ blue 79

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

Shades of Energy Yellow #FADF4F

Tints of Energy Yellow #FADF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 79 (31.25% from 255) = 14.31%

R = 45.29%
G = 40.4%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FADF4F (or 0xFADF4F) is known color: Energy Yellow. HEX triplet: FA, DF and 4F. RGB value is (250,223,79). Sum of RGB (Red+Green+Blue) = 250+223+79=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 79 (31.25% from 255 or 14.31% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF4F is #0520B0. Grayscale: #D7D7D7. Windows color (decimal): -336049 or 5234682. OLE color: 5234682.

HSL color Cylindrical-coordinate representation of color #FADF4F: hue angle of 50.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FADF4F is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 79 -
CMYK 0 0.11 0.68 0.02
HSL 50.53º 0.94% 0.65% -
HSV(B) 50.53º 0.68% 0.98% -
XYZ 67.22 73.66 18.07 -
YUV 214.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 250 223 79 0 0.11 0.68 0.02 50.53 0.94 0.65
Hex FA DF 4F 0 B 44 2 33 5E 41
Octal 372 337 117 0 13 104 2 63 136 101
Binary 11111010 11011111 1001111 0 1011 1000100 10 110011 1011110 1000001

Color Harmonies of #FADF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF4F

Black with #FADF4F

Text Example


Text Example

White with #FADF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF4F; }

 p { color: rgb(250,223,79); }

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

background-color css

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

 a { background-color: rgb(250,223,79); }

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

border-color css

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

 span { border-color: rgb(250,223,79); }

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