Html Css Color HEX #FBE000 Golden Yellow

📋 copy color: '#FBE000'

red 251 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #FBE000

Tints of Golden Yellow #FBE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

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

R = 52.84%
G = 47.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBE000 (or 0xFBE000) is known color: Golden Yellow. HEX triplet: FB, E0 and 00. RGB value is (251,224,0). Sum of RGB (Red+Green+Blue) = 251+224+0=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE000 is #041FFF. Grayscale: #CFCFCF. Windows color (decimal): -270336 or 57595. OLE color: 57595.

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

Color convert

RGB 251 224 0 -
CMYK 0 0.11 1 0.02
HSL 53.55º 1% 0.49% -
HSV(B) 53.55º 1% 0.98% -
XYZ 66.44 73.82 10.75 -
YUV 206.54 11.45 159.71 -
System Red Green Blue C M Y K H S L
Decimal 251 224 0 0 0.11 1 0.02 53.55 1 0.49
Hex FB E0 0 0 B 64 2 36 64 31
Octal 373 340 0 0 13 144 2 66 144 61
Binary 11111011 11100000 0 0 1011 1100100 10 110110 1100100 110001

Color Harmonies of #FBE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE000

Black with #FBE000

Text Example


Text Example

White with #FBE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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