Html Css Color HEX #FBE201 Golden Yellow

📋 copy color: '#FBE201'

red 251 ◦ green 226 ◦ blue 1

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

Shades of Golden Yellow #FBE201

Tints of Golden Yellow #FBE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.28%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 52.51%
G = 47.28%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE201 (or 0xFBE201) is known color: Golden Yellow. HEX triplet: FB, E2 and 01. RGB value is (251,226,1). Sum of RGB (Red+Green+Blue) = 251+226+1=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE201 is #041DFE. Grayscale: #D0D0D0. Windows color (decimal): -269823 or 123643. OLE color: 123643.

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

Color convert

RGB 251 226 1 -
CMYK 0 0.10 1.00 0.02
HSL 54º 0.99% 0.49% -
HSV(B) 54º 1% 0.98% -
XYZ 66.99 74.9 10.96 -
YUV 207.83 11.28 158.8 -
System Red Green Blue C M Y K H S L
Decimal 251 226 1 0 0.10 1.00 0.02 54 0.99 0.49
Hex FB E2 1 0 A 64 2 36 63 31
Octal 373 342 1 0 12 144 2 66 143 61
Binary 11111011 11100010 1 0 1010 1100100 10 110110 1100011 110001

Color Harmonies of #FBE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE201

Black with #FBE201

Text Example


Text Example

White with #FBE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE201; }

 p { color: rgb(251,226,1); }

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

background-color css

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

 a { background-color: rgb(251,226,1); }

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

border-color css

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

 span { border-color: rgb(251,226,1); }

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