Html Css Color HEX #FBE200 Golden Yellow

📋 copy color: '#FBE200'

red 251 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #FBE200

Tints of Golden Yellow #FBE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.38%

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

R = 52.62%
G = 47.38%
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

#FBE200 (or 0xFBE200) is known color: Golden Yellow. HEX triplet: FB, E2 and 00. RGB value is (251,226,0). Sum of RGB (Red+Green+Blue) = 251+226+0=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE200 is #041DFF. Grayscale: #D0D0D0. Windows color (decimal): -269824 or 58107. OLE color: 58107.

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

Color convert

RGB 251 226 0 -
CMYK 0 0.10 1 0.02
HSL 54.02º 1% 0.49% -
HSV(B) 54.02º 1% 0.98% -
XYZ 66.98 74.9 10.93 -
YUV 207.71 10.78 158.88 -
System Red Green Blue C M Y K H S L
Decimal 251 226 0 0 0.10 1 0.02 54.02 1 0.49
Hex FB E2 0 0 A 64 2 36 64 31
Octal 373 342 0 0 12 144 2 66 144 61
Binary 11111011 11100010 0 0 1010 1100100 10 110110 1100100 110001

Color Harmonies of #FBE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE200

Black with #FBE200

Text Example


Text Example

White with #FBE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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