Html Css Color HEX #FBDC4A Energy Yellow

📋 copy color: '#FBDC4A'

red 251 ◦ green 220 ◦ blue 74

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

Shades of Energy Yellow #FBDC4A

Tints of Energy Yellow #FBDC4A

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 74 (29.3% from 255) = 13.58%

R = 46.06%
G = 40.37%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBDC4A (or 0xFBDC4A) is known color: Energy Yellow. HEX triplet: FB, DC and 4A. RGB value is (251,220,74). Sum of RGB (Red+Green+Blue) = 251+220+74=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC4A is #0423B5. Grayscale: #D5D5D5. Windows color (decimal): -271286 or 4906235. OLE color: 4906235.

HSL color Cylindrical-coordinate representation of color #FBDC4A: hue angle of 49.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBDC4A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 74 -
CMYK 0 0.12 0.71 0.02
HSL 49.49º 0.96% 0.64% -
HSV(B) 49.49º 0.71% 0.98% -
XYZ 66.61 72.19 16.9 -
YUV 212.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 251 220 74 0 0.12 0.71 0.02 49.49 0.96 0.64
Hex FB DC 4A 0 C 47 2 31 60 40
Octal 373 334 112 0 14 107 2 61 140 100
Binary 11111011 11011100 1001010 0 1100 1000111 10 110001 1100000 1000000

Color Harmonies of #FBDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC4A

Black with #FBDC4A

Text Example


Text Example

White with #FBDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC4A; }

 p { color: rgb(251,220,74); }

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

background-color css

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

 a { background-color: rgb(251,220,74); }

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

border-color css

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

 span { border-color: rgb(251,220,74); }

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