Html Css Color HEX #FBE005 Golden Yellow

📋 copy color: '#FBE005'

red 251 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #FBE005

Tints of Golden Yellow #FBE005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 52.29%
G = 46.67%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBE005 (or 0xFBE005) is known color: Golden Yellow. HEX triplet: FB, E0 and 05. RGB value is (251,224,5). Sum of RGB (Red+Green+Blue) = 251+224+5=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE005 is #041FFA. Grayscale: #D0D0D0. Windows color (decimal): -270331 or 385275. OLE color: 385275.

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

Color convert

RGB 251 224 5 -
CMYK 0 0.11 0.98 0.02
HSL 53.41º 0.97% 0.5% -
HSV(B) 53.41º 0.98% 0.98% -
XYZ 66.47 73.83 10.89 -
YUV 207.11 13.95 159.31 -
System Red Green Blue C M Y K H S L
Decimal 251 224 5 0 0.11 0.98 0.02 53.41 0.97 0.5
Hex FB E0 5 0 B 62 2 35 61 32
Octal 373 340 5 0 13 142 2 65 141 62
Binary 11111011 11100000 101 0 1011 1100010 10 110101 1100001 110010

Color Harmonies of #FBE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE005

Black with #FBE005

Text Example


Text Example

White with #FBE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE005; }

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

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

background-color css

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

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

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

border-color css

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

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

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