Html Css Color HEX #FBFB01 Yellow

📋 copy color: '#FBFB01'

red 251 ◦ green 251 ◦ blue 1

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

Shades of Yellow #FBFB01

Tints of Yellow #FBFB01

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.9%

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

R = 49.9%
G = 49.9%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBFB01 (or 0xFBFB01) is known color: Yellow. HEX triplet: FB, FB and 01. RGB value is (251,251,1). Sum of RGB (Red+Green+Blue) = 251+251+1=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 1 (0.78% from 255 or 0.20% from 503); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFB01 is #0404FE. Grayscale: #DFDFDF. Windows color (decimal): -263423 or 130043. OLE color: 130043.

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

Color convert

RGB 251 251 1 -
CMYK 0 0 1.00 0.02
HSL 60º 0.99% 0.49% -
HSV(B) 60º 1% 0.98% -
XYZ 74.29 89.51 13.39 -
YUV 222.5 3 148.33 -
System Red Green Blue C M Y K H S L
Decimal 251 251 1 0 0 1.00 0.02 60 0.99 0.49
Hex FB FB 1 0 0 64 2 3C 63 31
Octal 373 373 1 0 0 144 2 74 143 61
Binary 11111011 11111011 1 0 0 1100100 10 111100 1100011 110001

Color Harmonies of #FBFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB01

Black with #FBFB01

Text Example


Text Example

White with #FBFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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