Html Css Color HEX #FBE101 Golden Yellow

📋 copy color: '#FBE101'

red 251 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #FBE101

Tints of Golden Yellow #FBE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 52.62%
G = 47.17%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE101 (or 0xFBE101) is known color: Golden Yellow. HEX triplet: FB, E1 and 01. RGB value is (251,225,1). Sum of RGB (Red+Green+Blue) = 251+225+1=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE101 is #041EFE. Grayscale: #D0D0D0. Windows color (decimal): -270079 or 123387. OLE color: 123387.

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

Color convert

RGB 251 225 1 -
CMYK 0 0.10 1.00 0.02
HSL 53.76º 0.99% 0.49% -
HSV(B) 53.76º 1% 0.98% -
XYZ 66.71 74.36 10.87 -
YUV 207.24 11.61 159.21 -
System Red Green Blue C M Y K H S L
Decimal 251 225 1 0 0.10 1.00 0.02 53.76 0.99 0.49
Hex FB E1 1 0 A 64 2 36 63 31
Octal 373 341 1 0 12 144 2 66 143 61
Binary 11111011 11100001 1 0 1010 1100100 10 110110 1100011 110001

Color Harmonies of #FBE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE101

Black with #FBE101

Text Example


Text Example

White with #FBE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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