Html Css Color HEX #FBED01 Golden Yellow

📋 copy color: '#FBED01'

red 251 ◦ green 237 ◦ blue 1

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

Shades of Golden Yellow #FBED01

Tints of Golden Yellow #FBED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

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

R = 51.33%
G = 48.47%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBED01 (or 0xFBED01) is known color: Golden Yellow. HEX triplet: FB, ED and 01. RGB value is (251,237,1). Sum of RGB (Red+Green+Blue) = 251+237+1=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED01 is #0412FE. Grayscale: #D7D7D7. Windows color (decimal): -267007 or 126459. OLE color: 126459.

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

Color convert

RGB 251 237 1 -
CMYK 0 0.06 1.00 0.02
HSL 56.64º 0.99% 0.49% -
HSV(B) 56.64º 1% 0.98% -
XYZ 70.07 81.08 11.99 -
YUV 214.28 7.64 154.19 -
System Red Green Blue C M Y K H S L
Decimal 251 237 1 0 0.06 1.00 0.02 56.64 0.99 0.49
Hex FB ED 1 0 6 64 2 39 63 31
Octal 373 355 1 0 6 144 2 71 143 61
Binary 11111011 11101101 1 0 110 1100100 10 111001 1100011 110001

Color Harmonies of #FBED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED01

Black with #FBED01

Text Example


Text Example

White with #FBED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED01; }

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

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

background-color css

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

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

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

border-color css

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

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

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