Html Css Color HEX #FBE502 Golden Yellow

📋 copy color: '#FBE502'

red 251 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #FBE502

Tints of Golden Yellow #FBE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.51%

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

R = 52.07%
G = 47.51%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBE502 (or 0xFBE502) is known color: Golden Yellow. HEX triplet: FB, E5 and 02. RGB value is (251,229,2). Sum of RGB (Red+Green+Blue) = 251+229+2=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 2 (1.17% from 255 or 0.41% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE502 is #041AFD. Grayscale: #D2D2D2. Windows color (decimal): -269054 or 189947. OLE color: 189947.

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

Color convert

RGB 251 229 2 -
CMYK 0 0.09 0.99 0.02
HSL 54.7º 0.98% 0.5% -
HSV(B) 54.7º 0.99% 0.98% -
XYZ 67.81 76.55 11.26 -
YUV 209.7 10.79 157.46 -
System Red Green Blue C M Y K H S L
Decimal 251 229 2 0 0.09 0.99 0.02 54.7 0.98 0.5
Hex FB E5 2 0 9 63 2 37 62 32
Octal 373 345 2 0 11 143 2 67 142 62
Binary 11111011 11100101 10 0 1001 1100011 10 110111 1100010 110010

Color Harmonies of #FBE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE502

Black with #FBE502

Text Example


Text Example

White with #FBE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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