Html Css Color HEX #FADD4B Energy Yellow

📋 copy color: '#FADD4B'

red 250 ◦ green 221 ◦ blue 75

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

Shades of Energy Yellow #FADD4B

Tints of Energy Yellow #FADD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

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

R = 45.79%
G = 40.48%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FADD4B (or 0xFADD4B) is known color: Energy Yellow. HEX triplet: FA, DD and 4B. RGB value is (250,221,75). Sum of RGB (Red+Green+Blue) = 250+221+75=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD4B is #0522B4. Grayscale: #D5D5D5. Windows color (decimal): -336565 or 4972026. OLE color: 4972026.

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

Color convert

RGB 250 221 75 -
CMYK 0 0.12 0.7 0.02
HSL 50.06º 0.95% 0.64% -
HSV(B) 50.06º 0.7% 0.98% -
XYZ 66.55 72.54 17.15 -
YUV 213.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 250 221 75 0 0.12 0.7 0.02 50.06 0.95 0.64
Hex FA DD 4B 0 C 46 2 32 5F 40
Octal 372 335 113 0 14 106 2 62 137 100
Binary 11111010 11011101 1001011 0 1100 1000110 10 110010 1011111 1000000

Color Harmonies of #FADD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD4B

Black with #FADD4B

Text Example


Text Example

White with #FADD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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