Html Css Color HEX #FBD54A Energy Yellow

📋 copy color: '#FBD54A'

red 251 ◦ green 213 ◦ blue 74

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

Shades of Energy Yellow #FBD54A

Tints of Energy Yellow #FBD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.59%

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

R = 46.65%
G = 39.59%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBD54A (or 0xFBD54A) is known color: Energy Yellow. HEX triplet: FB, D5 and 4A. RGB value is (251,213,74). Sum of RGB (Red+Green+Blue) = 251+213+74=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD54A is #042AB5. Grayscale: #D1D1D1. Windows color (decimal): -273078 or 4904443. OLE color: 4904443.

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

Color convert

RGB 251 213 74 -
CMYK 0 0.15 0.71 0.02
HSL 47.12º 0.96% 0.64% -
HSV(B) 47.12º 0.71% 0.98% -
XYZ 64.81 68.59 16.3 -
YUV 208.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 251 213 74 0 0.15 0.71 0.02 47.12 0.96 0.64
Hex FB D5 4A 0 F 47 2 2F 60 40
Octal 373 325 112 0 17 107 2 57 140 100
Binary 11111011 11010101 1001010 0 1111 1000111 10 101111 1100000 1000000

Color Harmonies of #FBD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD54A

Black with #FBD54A

Text Example


Text Example

White with #FBD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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