Html Css Color HEX #FBE100 Golden Yellow

📋 copy color: '#FBE100'

red 251 ◦ green 225 ◦ blue 0

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

Shades of Golden Yellow #FBE100

Tints of Golden Yellow #FBE100

RGB

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

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

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

R = 52.73%
G = 47.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBE100 (or 0xFBE100) is known color: Golden Yellow. HEX triplet: FB, E1 and 00. RGB value is (251,225,0). Sum of RGB (Red+Green+Blue) = 251+225+0=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE100 is #041EFF. Grayscale: #D0D0D0. Windows color (decimal): -270080 or 57851. OLE color: 57851.

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

Color convert

RGB 251 225 0 -
CMYK 0 0.10 1 0.02
HSL 53.78º 1% 0.49% -
HSV(B) 53.78º 1% 0.98% -
XYZ 66.71 74.36 10.84 -
YUV 207.12 11.11 159.3 -
System Red Green Blue C M Y K H S L
Decimal 251 225 0 0 0.10 1 0.02 53.78 1 0.49
Hex FB E1 0 0 A 64 2 36 64 31
Octal 373 341 0 0 12 144 2 66 144 61
Binary 11111011 11100001 0 0 1010 1100100 10 110110 1100100 110001

Color Harmonies of #FBE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE100

Black with #FBE100

Text Example


Text Example

White with #FBE100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE100; }

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

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

background-color css

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

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

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

border-color css

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

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

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