Html Css Color HEX #FBE401 Golden Yellow

📋 copy color: '#FBE401'

red 251 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #FBE401

Tints of Golden Yellow #FBE401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 52.29%
G = 47.5%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE401 (or 0xFBE401) is known color: Golden Yellow. HEX triplet: FB, E4 and 01. RGB value is (251,228,1). Sum of RGB (Red+Green+Blue) = 251+228+1=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 1 (0.78% from 255 or 0.21% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE401 is #041BFE. Grayscale: #D1D1D1. Windows color (decimal): -269311 or 124155. OLE color: 124155.

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

Color convert

RGB 251 228 1 -
CMYK 0 0.09 1.00 0.02
HSL 54.48º 0.99% 0.49% -
HSV(B) 54.48º 1% 0.98% -
XYZ 67.53 76 11.14 -
YUV 209 10.62 157.96 -
System Red Green Blue C M Y K H S L
Decimal 251 228 1 0 0.09 1.00 0.02 54.48 0.99 0.49
Hex FB E4 1 0 9 64 2 36 63 31
Octal 373 344 1 0 11 144 2 66 143 61
Binary 11111011 11100100 1 0 1001 1100100 10 110110 1100011 110001

Color Harmonies of #FBE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE401

Black with #FBE401

Text Example


Text Example

White with #FBE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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