Html Css Color HEX #FBE001 Golden Yellow

📋 copy color: '#FBE001'

red 251 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #FBE001

Tints of Golden Yellow #FBE001

RGB

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

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

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

R = 52.73%
G = 47.06%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE001 (or 0xFBE001) is known color: Golden Yellow. HEX triplet: FB, E0 and 01. RGB value is (251,224,1). Sum of RGB (Red+Green+Blue) = 251+224+1=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE001 is #041FFE. Grayscale: #CFCFCF. Windows color (decimal): -270335 or 123131. OLE color: 123131.

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

Color convert

RGB 251 224 1 -
CMYK 0 0.11 1.00 0.02
HSL 53.52º 0.99% 0.49% -
HSV(B) 53.52º 1% 0.98% -
XYZ 66.44 73.82 10.78 -
YUV 206.65 11.95 159.63 -
System Red Green Blue C M Y K H S L
Decimal 251 224 1 0 0.11 1.00 0.02 53.52 0.99 0.49
Hex FB E0 1 0 B 64 2 36 63 31
Octal 373 340 1 0 13 144 2 66 143 61
Binary 11111011 11100000 1 0 1011 1100100 10 110110 1100011 110001

Color Harmonies of #FBE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE001

Black with #FBE001

Text Example


Text Example

White with #FBE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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