Html Css Color HEX #FBE00A Golden Yellow

📋 copy color: '#FBE00A'

red 251 ◦ green 224 ◦ blue 10

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

Shades of Golden Yellow #FBE00A

Tints of Golden Yellow #FBE00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 51.75%
G = 46.19%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBE00A (or 0xFBE00A) is known color: Golden Yellow. HEX triplet: FB, E0 and 0A. RGB value is (251,224,10). Sum of RGB (Red+Green+Blue) = 251+224+10=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE00A is #041FF5. Grayscale: #D0D0D0. Windows color (decimal): -270326 or 712955. OLE color: 712955.

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

Color convert

RGB 251 224 10 -
CMYK 0 0.11 0.96 0.02
HSL 53.28º 0.97% 0.51% -
HSV(B) 53.28º 0.96% 0.98% -
XYZ 66.49 73.84 11.04 -
YUV 207.68 16.45 158.9 -
System Red Green Blue C M Y K H S L
Decimal 251 224 10 0 0.11 0.96 0.02 53.28 0.97 0.51
Hex FB E0 A 0 B 60 2 35 61 33
Octal 373 340 12 0 13 140 2 65 141 63
Binary 11111011 11100000 1010 0 1011 1100000 10 110101 1100001 110011

Color Harmonies of #FBE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE00A

Black with #FBE00A

Text Example


Text Example

White with #FBE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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