Html Css Color HEX #FBE400 Golden Yellow

📋 copy color: '#FBE400'

red 251 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #FBE400

Tints of Golden Yellow #FBE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBE400 (or 0xFBE400) is known color: Golden Yellow. HEX triplet: FB, E4 and 00. RGB value is (251,228,0). Sum of RGB (Red+Green+Blue) = 251+228+0=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE400 is #041BFF. Grayscale: #D1D1D1. Windows color (decimal): -269312 or 58619. OLE color: 58619.

HSL color Cylindrical-coordinate representation of color #FBE400: hue angle of 54.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBE400 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 228 0 -
CMYK 0 0.09 1 0.02
HSL 54.5º 1% 0.49% -
HSV(B) 54.5º 1% 0.98% -
XYZ 67.53 76 11.11 -
YUV 208.89 10.12 158.04 -
System Red Green Blue C M Y K H S L
Decimal 251 228 0 0 0.09 1 0.02 54.5 1 0.49
Hex FB E4 0 0 9 64 2 37 64 31
Octal 373 344 0 0 11 144 2 67 144 61
Binary 11111011 11100100 0 0 1001 1100100 10 110111 1100100 110001

Color Harmonies of #FBE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE400

Black with #FBE400

Text Example


Text Example

White with #FBE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE400; }

 p { color: rgb(251,228,0); }

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

background-color css

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

 a { background-color: rgb(251,228,0); }

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

border-color css

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

 span { border-color: rgb(251,228,0); }

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