Html Css Color HEX #FBE202 Golden Yellow

📋 copy color: '#FBE202'

red 251 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #FBE202

Tints of Golden Yellow #FBE202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.4%
G = 47.18%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBE202 (or 0xFBE202) is known color: Golden Yellow. HEX triplet: FB, E2 and 02. RGB value is (251,226,2). Sum of RGB (Red+Green+Blue) = 251+226+2=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE202 is #041DFD. Grayscale: #D0D0D0. Windows color (decimal): -269822 or 189179. OLE color: 189179.

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

Color convert

RGB 251 226 2 -
CMYK 0 0.10 0.99 0.02
HSL 53.98º 0.98% 0.5% -
HSV(B) 53.98º 0.99% 0.98% -
XYZ 66.99 74.91 10.99 -
YUV 207.94 11.78 158.71 -
System Red Green Blue C M Y K H S L
Decimal 251 226 2 0 0.10 0.99 0.02 53.98 0.98 0.5
Hex FB E2 2 0 A 63 2 36 62 32
Octal 373 342 2 0 12 143 2 66 142 62
Binary 11111011 11100010 10 0 1010 1100011 10 110110 1100010 110010

Color Harmonies of #FBE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE202

Black with #FBE202

Text Example


Text Example

White with #FBE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE202; }

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

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

background-color css

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

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

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

border-color css

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

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

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