Html Css Color HEX #FBE006 Golden Yellow

📋 copy color: '#FBE006'

red 251 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #FBE006

Tints of Golden Yellow #FBE006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 52.18%
G = 46.57%
B = 1.25%

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

#FBE006 (or 0xFBE006) is known color: Golden Yellow. HEX triplet: FB, E0 and 06. RGB value is (251,224,6). Sum of RGB (Red+Green+Blue) = 251+224+6=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE006 is #041FF9. Grayscale: #D0D0D0. Windows color (decimal): -270330 or 450811. OLE color: 450811.

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

Color convert

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

Color Harmonies of #FBE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE006

Black with #FBE006

Text Example


Text Example

White with #FBE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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