Html Css Color HEX #FBE700 Golden Yellow

📋 copy color: '#FBE700'

red 251 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #FBE700

Tints of Golden Yellow #FBE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.07%
G = 47.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBE700 (or 0xFBE700) is known color: Golden Yellow. HEX triplet: FB, E7 and 00. RGB value is (251,231,0). Sum of RGB (Red+Green+Blue) = 251+231+0=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE700 is #0418FF. Grayscale: #D3D3D3. Windows color (decimal): -268544 or 59387. OLE color: 59387.

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

Color convert

RGB 251 231 0 -
CMYK 0 0.08 1 0.02
HSL 55.22º 1% 0.49% -
HSV(B) 55.22º 1% 0.98% -
XYZ 68.36 77.66 11.39 -
YUV 210.65 9.13 156.78 -
System Red Green Blue C M Y K H S L
Decimal 251 231 0 0 0.08 1 0.02 55.22 1 0.49
Hex FB E7 0 0 8 64 2 37 64 31
Octal 373 347 0 0 10 144 2 67 144 61
Binary 11111011 11100111 0 0 1000 1100100 10 110111 1100100 110001

Color Harmonies of #FBE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE700

Black with #FBE700

Text Example


Text Example

White with #FBE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE700; }

 p { color: rgb(251,231,0); }

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

background-color css

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

 a { background-color: rgb(251,231,0); }

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

border-color css

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

 span { border-color: rgb(251,231,0); }

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