Html Css Color HEX #FBFD01 Yellow

📋 copy color: '#FBFD01'

red 251 ◦ green 253 ◦ blue 1

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

Shades of Yellow #FBFD01

Tints of Yellow #FBFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.1%

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

R = 49.7%
G = 50.1%
B = 0.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FBFD01 (or 0xFBFD01) is known color: Yellow. HEX triplet: FB, FD and 01. RGB value is (251,253,1). Sum of RGB (Red+Green+Blue) = 251+253+1=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 1 (0.78% from 255 or 0.20% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFD01 is #0402FE. Grayscale: #E0E0E0. Windows color (decimal): -262911 or 130555. OLE color: 130555.

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

Color convert

RGB 251 253 1 -
CMYK 0.01 0 1.00 0.01
HSL 60.48º 0.99% 0.5% -
HSV(B) 60.48º 1% 0.99% -
XYZ 74.91 90.76 13.6 -
YUV 223.67 2.34 147.49 -
System Red Green Blue C M Y K H S L
Decimal 251 253 1 0.01 0 1.00 0.01 60.48 0.99 0.5
Hex FB FD 1 1 0 64 1 3C 63 32
Octal 373 375 1 1 0 144 1 74 143 62
Binary 11111011 11111101 1 1 0 1100100 1 111100 1100011 110010

Color Harmonies of #FBFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD01

Black with #FBFD01

Text Example


Text Example

White with #FBFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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